| Package | Description |
|---|---|
| mobi.liason.mvvm.database |
| Modifier and Type | Method and Description |
|---|---|
Column.Type |
Column.getType() |
static Column.Type |
Column.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.Type[] |
Column.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 String |
Column.Type.getSqlType(Column.Type type) |
| Constructor and Description |
|---|
Column(String tableName,
String name,
Column.Type type) |
Column(String sqlName,
String name,
Column.Type type,
String stringType) |
ModelColumn(String tableName,
String name,
Column.Type type) |
ModelColumn(String sqlName,
String name,
Column.Type type,
String stringType) |
ViewModelColumn(String viewName,
String name,
Column.Type type) |
ViewModelColumn(String viewName,
String name,
Column.Type type,
String stringType) |
ViewModelColumn(String viewName,
String name,
String customSelection,
Column.Type type) |
Copyright © 2014. All rights reserved.