Skip to content

SQLServerMetaData Constructor Issue #2404

@mpwong852

Description

@mpwong852

Driver version

11.2.3.jre17

JAVA/JVM version

Java 17

Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it

I need to use create "SQLServerMetaData" like below

(new SQLServerMetaData("row_id", java.sql.Types.INTEGER, 0, 0, true, false, SQLServerSortOrder.Unspecified, -1)

I find that enum SQLServerSortOrder is not public, which cause me can not use this constructor. Can you make it become public ?

Describe the preferred solution

make enum SQLServerSortOrder become public

### Tasks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Closed Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions