Package org.hibernate.procedure.spi
Interface CallableStatementSupport
-
- All Known Implementing Classes:
AbstractStandardCallableStatementSupport,DB2CallableStatementSupport,JTDSCallableStatementSupport,OracleCallableStatementSupport,PostgreSQLCallableStatementSupport,SQLServerCallableStatementSupport,StandardCallableStatementSupport,SybaseCallableStatementSupport
public interface CallableStatementSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcOperationQueryCallinterpretCall(ProcedureCallImplementor<?> procedureCall)voidregisterParameters(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
interpretCall
JdbcOperationQueryCall interpretCall(ProcedureCallImplementor<?> procedureCall)
-
registerParameters
void registerParameters(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)
-
-