Open
Description
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.