| Package | Description |
|---|---|
| com.microsoft.sqlserver.jdbc |
| Modifier and Type | Method | Description |
|---|---|---|
SQLServerSortOrder |
SQLServerMetaData.getSortOrder() |
Returns the sort order.
|
static SQLServerSortOrder |
SQLServerSortOrder.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SQLServerSortOrder[] |
SQLServerSortOrder.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
SQLServerMetaData(String columnName,
int sqlType,
int precision,
int scale,
boolean useServerDefault,
boolean isUniqueKey,
SQLServerSortOrder sortOrder,
int sortOrdinal) |
Constructs a SQLServerMetaData.
|
Copyright © 2018 Microsoft Corporation. All rights reserved.