Interface IColumnMetaData

All Known Implementing Classes:
ColumnMetaData

public interface IColumnMetaData
  • Method Details

    • getSchemaName

      String getSchemaName()
    • getTableName

      String getTableName()
    • getColumnName

      String getColumnName()
    • getLabel

      String getLabel()
    • getDescription

      String getDescription()
    • getTypeName

      String getTypeName()
    • getLength

      long getLength()
    • getScale

      int getScale()
    • isKey

      boolean isKey()
    • isNullable

      boolean isNullable()
    • isAutoIncrement

      boolean isAutoIncrement()