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.