Dialect.JDBCInfo |
DialectSQLServer.getJDBCTypeAndString(ColumnType type) |
Dialect.JDBCInfo |
DialectPostgreSQL.getJDBCTypeAndString(ColumnType type) |
Dialect.JDBCInfo |
DialectOracle.getJDBCTypeAndString(ColumnType type) |
Dialect.JDBCInfo |
DialectMySQL.getJDBCTypeAndString(ColumnType type) |
Dialect.JDBCInfo |
DialectHSQLDB.getJDBCTypeAndString(ColumnType type) |
Dialect.JDBCInfo |
DialectH2.getJDBCTypeAndString(ColumnType type) |
Dialect.JDBCInfo |
DialectDerby.getJDBCTypeAndString(ColumnType type) |
Dialect.JDBCInfo |
DialectDB2.getJDBCTypeAndString(ColumnType type) |
abstract Dialect.JDBCInfo |
Dialect.getJDBCTypeAndString(ColumnType type)
Gets the JDBC type and string from Nuxeo's type abstraction.
|
static Dialect.JDBCInfo |
Dialect.jdbcInfo(String string,
int jdbcType) |
static Dialect.JDBCInfo |
Dialect.jdbcInfo(String string,
int length,
int jdbcType) |
static Dialect.JDBCInfo |
Dialect.jdbcInfo(String string,
int length,
int jdbcType,
String jdbcBaseTypeString,
int jdbcBaseType) |
static Dialect.JDBCInfo |
Dialect.jdbcInfo(String string,
int jdbcType,
String jdbcBaseTypeString,
int jdbcBaseType) |