Interface SQLTable
Table structure in an SQL data source
- Since:
- 4.5.0
-
Method Details
-
getPath
SchemaPath getPath()Returns the schema path of this table. -
getLabel
String getLabel()Returns the label of this table. -
getFields
Returns the list field in this table. -
getSchema
String getSchema()Returns the schema of this table. -
get
Returns SQL fields by column header.- Parameters:
name
- The column name.
-