public interface ITableStruct
Modifier and Type | Method and Description |
---|---|
String |
attrCols()
Get columns defining attributes name
|
String |
attrPks() |
String |
attrTableID() |
String |
colDefs() |
LinkedHashMap<String,Integer> |
colIdx() |
String |
pkDefs() |
LinkedHashMap<String,Integer> |
pkIdx() |
String attrCols()
LinkedHashMap<String,Integer> colIdx()
String colDefs()
String attrTableID()
String attrPks()
LinkedHashMap<String,Integer> pkIdx()
String pkDefs()
Copyright © 2024. All rights reserved.