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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product