| |
|
| net.sf.hajdbc.dialect.DialectClass
DERBY | Enum Constant DERBY(Code) | | |
FIREBIRD | Enum Constant FIREBIRD(Code) | | |
HSQLDB | Enum Constant HSQLDB(Code) | | |
INGRES | Enum Constant INGRES(Code) | | |
MAXDB | Enum Constant MAXDB(Code) | | |
MCKOI | Enum Constant MCKOI(Code) | | |
MYSQL | Enum Constant MYSQL(Code) | | |
ORACLE | Enum Constant ORACLE(Code) | | |
POSTGRESQL | Enum Constant POSTGRESQL(Code) | | |
STANDARD | Enum Constant STANDARD(Code) | | |
SYBASE | Enum Constant SYBASE(Code) | | |
deserialize | public static Dialect deserialize(String id) throws Exception(Code) | | Creates a new instance of the Dialect implementation from the specified class name.
Parameters: id - the class name of a Dialect instance. a new Dialect instance throws: Exception - if a Dialect instance could not be instantiated from the specified class name. |
serialize | public static String serialize(Dialect dialect)(Code) | | Return a String representation that identifies the specified Dialect.
Parameters: dialect - a Dialect implementation the class name of this dialect |
|
|
|