Uses of Interface java.sql.CallableStatement

Uses in package java.sql

Methods with return type java.sql.CallableStatement

CallableStatement
This method creates a new CallableStatement for the specified SQL string.
CallableStatement
Connection.prepareCall(String sql, int resultSetType, int resultSetConcurrency)
This method creates a new CallableStatement for the specified SQL string.
CallableStatement
Connection.prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
This method creates a new CallableStatement for the specified SQL string.