H2FileConnectionData

org.eso.ias.utils.pcache.impl.H2NVCache.H2FileConnectionData
case class H2FileConnectionData(folderName: String, fileName: String, h2DbUrl: String)

Connection data for the H2 DB on file

Value parameters

fileName

The file name used by H2

folderName

The folder where the files of the DB will be stored

h2DbUrl

the H2 UR

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product