Interface AdlSqlColumn

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataColumn, FilterColumn

public interface AdlSqlColumn extends Serializable
Interface to for columns, introduced to handle DataColumns and FilterColumns in a common way.
Author:
Karl Eilebrecht
  • 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