public class Column extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Column.Type |
| Constructor and Description |
|---|
Column(String tableName,
String name,
Column.Type type) |
Column(String sqlName,
String name,
Column.Type type,
String stringType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnLine() |
String |
getName() |
String |
getSqlName() |
String |
getStringType() |
Column.Type |
getType() |
Object |
getValue(android.database.Cursor cursor) |
String |
toString() |
public Column(String sqlName, String name, Column.Type type, String stringType)
public Column(String tableName, String name, Column.Type type)
Copyright © 2014. All rights reserved.