| Package | Description |
|---|---|
| com.abubusoft.kripton.processor.sqlite.model | |
| com.abubusoft.kripton.processor.sqlite.transform |
Transformation classes.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLColumnType |
SQLColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLColumnType[] |
SQLColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLColumnType |
SQLTransformer.columnType(ModelProperty property) |
static SQLColumnType |
SQLTransformer.columnType(com.squareup.javapoet.TypeName property) |
SQLColumnType |
UtilSQLTransform.getColumnType() |
SQLColumnType |
StringSQLTransform.getColumnType() |
SQLColumnType |
SQLTransform.getColumnType() |
SQLColumnType |
ShortSQLTransform.getColumnType() |
SQLColumnType |
LongSQLTransform.getColumnType() |
SQLColumnType |
IntegerSQLTransform.getColumnType() |
SQLColumnType |
FloatSQLTransform.getColumnType() |
SQLColumnType |
EnumSQLTransform.getColumnType() |
SQLColumnType |
DoubleSQLTransform.getColumnType() |
SQLColumnType |
ByteArraySQLTransform.getColumnType() |
SQLColumnType |
AbstractGeneratedSQLTransform.getColumnType() |
Copyright © 2017. All rights reserved.