public class AttributesTableReader extends UserTableReader<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>
CID, DFLT_VALUE, NAME, NOT_NULL, PK, TYPE| Constructor and Description |
|---|
AttributesTableReader(String tableName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected AttributesColumn |
createColumn(AttributesCursor cursor,
int index,
String name,
String type,
Long max,
boolean notNull,
int defaultValueIndex,
boolean primaryKey) |
protected AttributesTable |
createTable(String tableName,
List<AttributesColumn> columnList) |
getDataType, readTablepublic AttributesTableReader(String tableName)
tableName - table nameprotected AttributesTable createTable(String tableName, List<AttributesColumn> columnList)
createTable in class UserCoreTableReader<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>protected AttributesColumn createColumn(AttributesCursor cursor, int index, String name, String type, Long max, boolean notNull, int defaultValueIndex, boolean primaryKey)
createColumn in class UserCoreTableReader<AttributesColumn,AttributesTable,AttributesRow,AttributesCursor>