Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
public boolean supportsStoredProcedures()
Return Value
True if supported. Otherwise, false.
Exceptions
Remarks
This supportsStoredProcedures method is specified by the supportsStoredProcedures method in the java.sql.DatabaseMetaData interface.