Class SQLServerDataColumn


  • public final class SQLServerDataColumn
    extends Object
    Represents a column of the in-memory data table represented by SQLServerDataTable.
    • Constructor Detail

      • SQLServerDataColumn

        public SQLServerDataColumn​(String columnName,
                                   int sqlType)
        Constructs a SQLServerDataColumn with the column name and type.
        Parameters:
        columnName - the name of the column
        sqlType - the type of the column
    • Method Detail

      • getColumnName

        public String getColumnName()
        Returns the column name.
        Returns:
        the name of the column.
      • getColumnType

        public int getColumnType()
        Returns the column type.
        Returns:
        the column type.