Package org.hibernate.procedure.internal
Class JTDSCallableStatementSupport
- java.lang.Object
-
- org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
-
- org.hibernate.procedure.internal.JTDSCallableStatementSupport
-
- All Implemented Interfaces:
CallableStatementSupport
public class JTDSCallableStatementSupport extends AbstractStandardCallableStatementSupport
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 Modifier and Type Field Description static JTDSCallableStatementSupport
INSTANCE
-
Constructor Summary
Constructors Constructor Description JTDSCallableStatementSupport()
-
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 JTDSCallableStatementSupport INSTANCE
-
-
Method Detail
-
interpretCall
public JdbcOperationQueryCall interpretCall(ProcedureCallImplementor<?> procedureCall)
-
-