supportsStoredProcedures()
Syntax:
boolean supportsStoredProcedures() throws SQLException
Description:
Retrieves whether this database supports stored procedure calls that use the stored procedure escape syntax.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs