Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make enum SQLServerSortOrder become public
Issue #2404 Make this enum to be public, so that people can create "SQLServerMetaData" like below: new SQLServerMetaData("row_id", java.sql.Types.INTEGER, 0, 0, true, false, SQLServerSortOrder.Unspecified, -1)
- Loading branch information