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
 A selectable procedure is one that can return multiple rows of results (i.e. it uses a SUSPEND
 statement).
 
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-2025 Jaybird (Firebird JDBC) team. All rights reserved.