public final class SQLServerDataColumn extends Object
| Constructor | Description |
|---|---|
SQLServerDataColumn(String columnName,
int sqlType) |
Initializes a new instance of SQLServerDataColumn with the column name and type.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getColumnName() |
Retrieves the column name.
|
int |
getColumnType() |
Retrieves 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.