Package org.hibernate.procedure.internal
Class JTDSCallableStatementSupport
java.lang.Object
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
org.hibernate.procedure.internal.JTDSCallableStatementSupport
- All Implemented Interfaces:
CallableStatementSupport
Special implementation of CallableStatementSupport for the jTDS driver.
Apparently, jTDS doesn't like the JDBC standard named parameter notation with the ':' prefix,
and instead requires that we render this as `@param=?`.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
registerParameters
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JTDSCallableStatementSupport
public JTDSCallableStatementSupport()
-
-
Method Details
-
interpretCall
-