Skip to content

jdbc: Support CallableStatement interface #64

Open
@Totktonada

Description

@Totktonada

It is optional by the JDBC standard.

A driver define whether the API is supported via DatabaseMetaData.supportsStoredProcedures() method.

Note: The standard does not mark Connection.prepareCall as optional, but it returns CallableStatement and implementing of CallableStatement marked as optional. It seems Connection.prepareCall methods should be treated as optional.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions