| Package | Description |
|---|---|
| com.github.drinkjava2.jdialects | |
| com.github.drinkjava2.jdialects.id | |
| com.github.drinkjava2.jdialects.model |
| Modifier and Type | Field and Description |
|---|---|
Map<Type,String> |
Dialect.typeMappings |
| Modifier and Type | Method and Description |
|---|---|
static Type |
TypeUtils.colDef2DialectType(String columnDefination)
Convert column definition String to Dialect's Type
|
static Type |
TypeUtils.javaSqlTypeToDialectType(int javaSqlType)
Convert java.sql.Types.xxx type to Dialect's Type
|
static Type |
TypeUtils.javaType2DialectType(Class<?> clazz)
Convert a Class type to Dialect's Type
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
TypeUtils.dialectTypeToJavaType(Type type) |
Object |
Dialect.getNexID(IdGenerator idGenerator,
NormalJdbcTool jdbc,
Type dataType)
Return next ID by given IdGenerator and NormalJdbcStyle instance
|
| Modifier and Type | Method and Description |
|---|---|
Object |
UUIDAnyGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
UUID36Generator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
UUID32Generator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
UUID26Generator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
UUID25Generator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
TimeStampIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
TableIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
Get the next Table Generator ID
|
Object |
SortedUUIDGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
SnowflakeGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
SequenceIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
IdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
Get the next ID generated by implementation of IdGenerator
|
Object |
IdentityIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
Object |
AutoIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType) |
| Modifier and Type | Method and Description |
|---|---|
Type |
ColumnModel.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnModel.setColumnType(Type columnType) |
Copyright © 2021. All rights reserved.