Lines Matching refs:PreparedStatement
55 * The <code>PreparedStatement</code> object that is this rowset's
57 * <code>execute</code> creates the <code>PreparedStatement</code>
60 private PreparedStatement ps;
546 * for the command property to create a <code>PreparedStatement</code>
591 protected void setProperties(PreparedStatement ps) throws SQLException {
672 protected PreparedStatement prepare() throws SQLException {
698 private void decodeParams(Object[] params, PreparedStatement ps)
1605 // initialized with ResultSet handle and may be by PreparedStatement
4187 // Returns a PreparedStatement Handle
4191 * Gets this <code>JdbcRowSet</code> object's PreparedStatement property
4194 * @return the <code>PreparedStatement</code> object associated with this rowset;
4197 protected PreparedStatement getPreparedStatement() {
4208 * @param preparedStatement the <code>PreparedStatement</code> object
4211 protected void setPreparedStatement(PreparedStatement preparedStatement) {
4261 * (The field <code>ps</code> is its <code>PreparedStatement</code> object, and
4305 * (The field <code>ps</code> is its <code>PreparedStatement</code> object,
4359 * (The field <code>ps</code> is its <code>PreparedStatement</code> object,
4426 * (The field <code>ps</code> is its <code>PreparedStatement</code> object,
4470 * (The field <code>ps</code> is its <code>PreparedStatement</code> object,
4923 * this method is called on a closed <code>PreparedStatement</code>
5883 * this method is called on a closed <code>PreparedStatement</code>
5910 * this method is called on a closed <code>PreparedStatement</code>
5978 * generated when the <code>PreparedStatement</code> is executed.
5992 * this method is called on a closed <code>PreparedStatement</code>
6303 * a closed <code>PreparedStatement</code>or if parameterIndex does not correspond to a parameter
6318 * generated when the <code>PreparedStatement</code> is executed.
6328 * a closed <code>PreparedStatement</code>, if parameterIndex does not correspond to a parameter
6343 * generated when the <code>PreparedStatement</code> is executed.
6355 * this method is called on a closed <code>PreparedStatement</code>,
6389 * this method is called on a closed <code>PreparedStatement</code> or