|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoredProcedureMetaData
Meta-information on stored procedures in a Firebird database.
Method Summary | |
---|---|
boolean |
canGetSelectableInformation()
Determine if the "selectability" of procedures is available. |
boolean |
isSelectable(java.lang.String procedureName)
Retrieve whether a given stored procedure is selectable. |
Method Detail |
---|
boolean canGetSelectableInformation()
true
if selectability information is available,
false
otherwiseboolean isSelectable(java.lang.String procedureName) throws java.sql.SQLException
procedureName
- The name of the procedure for which selectability information is
to be retrieved
true
if the procedure is selectable,
false
otherwise
java.sql.SQLException
- If no selectability information is available
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |