| Package | Description |
|---|---|
| LinkFuture.Core.DBHelper | |
| LinkFuture.Core.JsonManager |
| Modifier and Type | Method and Description |
|---|---|
static TableInfo |
DBHelper.findResultsColumnInfo(ResultSetMetaData rsMeta) |
TableInfo |
DBHelper.findTableInfo(String tableName) |
static TableInfo |
DBHelper.findTableInfo(String connectionString,
String tableName) |
static TableInfo |
DBHelper.findTypeInfo(Connection conn,
String typeName) |
TableInfo |
DBHelper.findTypeInfo(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<String,TableInfo> |
DBHelper.findAllTableInfo() |
ConcurrentHashMap<String,TableInfo> |
DBHelper.findAllTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
DBBeanReader.fillObject(ResultSet rs,
TableInfo resultMetaInfo,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JsonController.JSONtoSQLStruct(Object value,
TableInfo structInfo) |
static org.json.JSONObject |
JsonController.sqlStructToJSON(String value,
TableInfo structInfo) |
Copyright © 2016. All rights reserved.