java.lang.Object
com.microsoft.sqlserver.jdbc.SQLServerDataColumn
Represents a column of the in-memory data table represented by
SQLServerDataTable.-
Constructor Summary
ConstructorsConstructorDescriptionSQLServerDataColumn(String columnName, int sqlType) Constructs a SQLServerDataColumn with the column name and type. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the column name.intReturns the column type.inthashCode()
-
Constructor Details
-
SQLServerDataColumn
Constructs a SQLServerDataColumn with the column name and type.- Parameters:
columnName- the name of the columnsqlType- the type of the column
-
-
Method Details