Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.sql.CallableStatement

Uses of CallableStatement in java.sql
 

Methods in java.sql that return CallableStatement
 CallableStatement Connection.prepareCall(java.lang.String sql)
          This method creates a new CallableStatement for the specified SQL string.
 CallableStatement Connection.prepareCall(java.lang.String sql, int resultSetType, int resultSetConcurrency)
          This method creates a new CallableStatement for the specified SQL string.
 CallableStatement Connection.prepareCall(java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
          This method creates a new CallableStatement for the specified SQL string.