allProceduresAreCallable Method (SQLServerDatabaseMetaData)

Retrieves whether the current user has permissions to call all the procedures that are returned by the getProcedures method.

public boolean allProceduresAreCallable()

Valor devuelto

true if the user has permissions to call all the procedures. Otherwise, false.

Excepciones

SQLServerException

Observaciones

This allProceduresAreCallable method is specified by the allProceduresAreCallable method in the java.sql.DatabaseMetaData interface.

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members