You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: