Skip to content

jdbc: escape syntax: stored procedures and functions #82

Open
@Totktonada

Description

@Totktonada

It is optional for user-defined and vendor-specific functions according to the JDBC standard. It is unclear whether it is required for scalar functions from Appendix C of the standard, so I leave it in the JDBC MVP milestone.

DatabaseMetadata.supportsStoredProcedures and DatabaseMetadata.supportsStoredFunctionsUsingCallSyntax should return true when it will be supported. It is not clear what is the difference btw these methods. AFAIU, the former one is about Appendix C functions, but the latter is about user-defined and vendor-defined functions.

The following DatabaseMetadata methods should return actual subsets of Appendix C functions:

  • getNumericFunctions
  • getStringFunctions
  • getSystemFunctions
  • getTimeDateFunctions

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedNot ready to be implementedjdbc

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions