Retrieves whether the current user has permissions to call all the procedures that are returned by the getProcedures method.
public boolean allProceduresAreCallable()
Return Value
True if the user has permissions to call all the procedures. Otherwise, false.
Exceptions
Remarks
This allProceduresAreCallable method is specified by the allProceduresAreCallable method in the java.sql.DatabaseMetaData interface.