Class ColumnMetadata

    • Constructor Detail

      • ColumnMetadata

        public ColumnMetadata​(String columnName,
                              String typeName,
                              int columnSize)
    • Method Detail

      • getColumnName

        public String getColumnName()
        Column name as reported by DBMS driver.
        Returns:
        column name as reported by DBMS driver.
      • getColumnSize

        public int getColumnSize()
        Column size as reported by DBMS driver.
        Returns:
        column size as reported by DBMS driver.
      • getTypeName

        public String getTypeName()
        Column type name as reported by DBMS driver.
        Returns:
        column type name as reported by DBMS driver.