Package net.hydromatic.look.data.hsqldb
Class LookHsqldb
- java.lang.Object
-
- net.hydromatic.look.data.hsqldb.LookHsqldb
-
public class LookHsqldb extends Object
'The Look' data set in hsqldb format.
-
-
Constructor Summary
Constructors Constructor Description LookHsqldb()
-
-
-
Field Detail
-
URI
public static final String URI
URI of the hsqldb database.- See Also:
- Constant Field Values
-
USER
public static final String USER
Username for the hsqldb database.- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
Password of the 'looker' user of the hsqldb database.- See Also:
- Constant Field Values
-
SCHEMA
public static final String SCHEMA
Default schema of the 'looker' user.- See Also:
- Constant Field Values
-
-