Uses of Class
com.microsoft.sqlserver.jdbc.SQLServerSortOrder
-
Packages that use SQLServerSortOrder Package Description com.microsoft.sqlserver.jdbc -
-
Uses of SQLServerSortOrder in com.microsoft.sqlserver.jdbc
Methods in com.microsoft.sqlserver.jdbc that return SQLServerSortOrder Modifier and Type Method Description SQLServerSortOrder
SQLServerMetaData. getSortOrder()
Returns the sort order.static SQLServerSortOrder
SQLServerSortOrder. valueOf(java.lang.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.Constructors in com.microsoft.sqlserver.jdbc with parameters of type SQLServerSortOrder Constructor Description SQLServerMetaData(java.lang.String columnName, int sqlType, int precision, int scale, boolean useServerDefault, boolean isUniqueKey, SQLServerSortOrder sortOrder, int sortOrdinal)
Constructs a SQLServerMetaData.
-