Package org.hibernate.procedure.internal
Class SybaseCallableStatementSupport
java.lang.Object
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
org.hibernate.procedure.internal.SybaseCallableStatementSupport
- All Implemented Interfaces:
CallableStatementSupport
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
registerParameters
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
SybaseCallableStatementSupport
public SybaseCallableStatementSupport()
-
-
Method Details
-
interpretCall
-