Interface AdlSqlColumn
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DataColumn, FilterColumn
Interface to for columns, introduced to handle
DataColumns and FilterColumns in a common way.- Author:
- Karl Eilebrecht
-
Method Summary
-
Method Details
-
tableName
String tableName()- Returns:
- name of the table this column is located
-
columnName
String columnName()- Returns:
- name of the db-column
-
columnType
AdlSqlType columnType()- Returns:
- type of the db-column
-