Package org.hibernate.procedure.internal
Class DB2CallableStatementSupport
- java.lang.Object
-
- org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
-
- org.hibernate.procedure.internal.DB2CallableStatementSupport
-
- All Implemented Interfaces:
CallableStatementSupport
public class DB2CallableStatementSupport extends AbstractStandardCallableStatementSupport
DB2 implementation of CallableStatementSupport. The JDBC driver of DB2 doesn't support function invocations, so we have to render a select statement instead.
-
-
Field Summary
Fields Modifier and Type Field Description static DB2CallableStatementSupport
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description DB2CallableStatementSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcOperationQueryCall
interpretCall(ProcedureCallImplementor<?> procedureCall)
-
Methods inherited from class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
registerParameters
-
-
-
-
Field Detail
-
INSTANCE
public static final DB2CallableStatementSupport INSTANCE
Singleton access
-
-
Method Detail
-
interpretCall
public JdbcOperationQueryCall interpretCall(ProcedureCallImplementor<?> procedureCall)
-
-