Class 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=?`.