Class JtdsCallableStatement

All Implemented Interfaces:
AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper

public class JtdsCallableStatement extends JtdsPreparedStatement implements CallableStatement
jTDS implementation of the java.sql.CallableStatement interface.

Implementation note:

  1. This class is a simple subclass of PreparedStatement and mainly adds support for setting parameters.
  2. The class supports named parameters in a similar way to the patch supplied by Tommy Sandstrom to the original jTDS code.
Version:
$Id: JtdsCallableStatement.java,v 1.23.2.4 2009-12-30 11:37:21 ickzon Exp $
Author:
Mike Hutchinson