net.loadbang.sql.util
Interface Manifest


public interface Manifest

Manifest constants.

Author:
Nick Rothwell, nick@cassiel.com / nick@loadbang.net

Field Summary
static java.lang.String HSQL_JDBC_DRIVER
          Name of the JDBC driver class for HSQL.
static java.lang.String MYSQL_JDBC_DRIVER
          Name of the JDBC driver class for MySQL.
static java.lang.String MYSQL_NONE
          Magic identifier for empty user/pass in MySQL.
static java.lang.String PLACE_HOLDER_SUFFIX
          Suffix for place-holder files.
 

Field Detail

HSQL_JDBC_DRIVER

static final java.lang.String HSQL_JDBC_DRIVER
Name of the JDBC driver class for HSQL.

See Also:
Constant Field Values

MYSQL_JDBC_DRIVER

static final java.lang.String MYSQL_JDBC_DRIVER
Name of the JDBC driver class for MySQL.

See Also:
Constant Field Values

PLACE_HOLDER_SUFFIX

static final java.lang.String PLACE_HOLDER_SUFFIX
Suffix for place-holder files.

See Also:
Constant Field Values

MYSQL_NONE

static final java.lang.String MYSQL_NONE
Magic identifier for empty user/pass in MySQL.

See Also:
Constant Field Values