Package | Description |
---|---|
com.orchestranetworks.addon.dint.schema |
Provides classes and interfaces that represent fields and tables for the supported data source.
|
Modifier and Type | Method and Description |
---|---|
SQLField |
SQLTable.get(String name)
Returns SQL fields by column header.
|
Modifier and Type | Method and Description |
---|---|
List<SQLField> |
SQLTable.getFields()
Returns the list field in this table.
|