public interface StoredProcedureMetaData
Modifier and Type | Method and Description |
---|---|
boolean |
canGetSelectableInformation()
Determine if the "selectability" of procedures is available.
|
boolean |
isSelectable(java.lang.String procedureName)
Retrieve whether a given stored procedure is selectable.
|
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 retrievedtrue
if the procedure is selectable,
false
otherwisejava.sql.SQLException
- If no selectability information is availableCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.