Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Method and Description |
---|---|
SQLServerSortOrder |
SQLServerMetaData.getSortOrder() |
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 and Description |
---|
SQLServerMetaData(String columnName,
int sqlType,
int precision,
int scale,
boolean useServerDefault,
boolean isUniqueKey,
SQLServerSortOrder sortOrder,
int sortOrdinal)
Creates a new SQLServerMetaData
|
Copyright © 2017 Microsoft Corporation. All rights reserved.