public final class SQLServerDataColumn extends Object
SQLServerDataTable.| Constructor | Description |
|---|---|
SQLServerDataColumn(String columnName,
int sqlType) |
Constructs a SQLServerDataColumn with the column name and type.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getColumnName() |
Returns the column name.
|
int |
getColumnType() |
Returns the column type.
|
public SQLServerDataColumn(String columnName, int sqlType)
columnName - the name of the columnsqlType - the type of the columnpublic String getColumnName()
public int getColumnType()
Copyright © 2018 Microsoft Corporation. All rights reserved.