Interface ColumnInformation

    • Method Detail

      • getContainingTableInformation

        TableInformation getContainingTableInformation()
        Access to the containing table.
        Returns:
        The containing table information
      • getColumnIdentifier

        Identifier getColumnIdentifier()
        The simple (not qualified) column name.
        Returns:
        The column simple identifier.
      • getNullable

        TruthValue getNullable()
        Is the column nullable. The database is allowed to report unknown, hence the use of TruthValue
        Specified by:
        getNullable in interface ColumnTypeInformation
        Returns:
        nullability.