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