public interface GetMetadata
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,Type> |
getResults() |
LinkedHashMap<String,Type> |
getResults(DBSession session)
the result of getMetadata query should contains in order {column_name, data_type, character_length, numeric_precision, numeric_scale}
is created for internal use only and its use is at your own risk :)
|
void |
setTable(String tableName) |
void setTable(String tableName)
LinkedHashMap<String,Type> getResults() throws Exception
ExceptionLinkedHashMap<String,Type> getResults(DBSession session) throws Exception
session - ExceptionCopyright © 2020. All Rights Reserved.