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 |
---|---|
SchemaPath |
SQLField.getPath()
Returns the schema path of this field.
|
SchemaPath |
SQLTable.getPath()
Returns the schema path of this table.
|
SchemaPath |
Field.getPath()
Returns the path representing this field.
|
SchemaPath |
Table.getPath()
Returns the path representing this table.
|
SchemaPath |
SQLField.getTablePath()
Returns the table path of this field.
|
SchemaPath |
Field.getTablePath()
Returns the table path.
|