Package com.microsoft.sqlserver.jdbc
Class SQLServerDataColumn
- java.lang.Object
-
- com.microsoft.sqlserver.jdbc.SQLServerDataColumn
-
public final class SQLServerDataColumn extends java.lang.ObjectRepresents a column of the in-memory data table represented bySQLServerDataTable.
-
-
Constructor Summary
Constructors Constructor Description SQLServerDataColumn(java.lang.String columnName, int sqlType)Constructs a SQLServerDataColumn with the column name and type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColumnName()Returns the column name.intgetColumnType()Returns the column type.
-