Lines Matching refs:PreparedStatement
31 import java.sql.PreparedStatement;
38 * <code>PreparedStatement</code> that is associated with the <code>PooledConnection</code> has been closed or the driver determines
46 private PreparedStatement statement;
50 * <code>PreparedStatement</code>. The <code>SQLException</code> contained in the event defaults to
54 * <code>PreparedStatement</code>is associated with.
55 * @param statement The <code>PreparedStatement</code> that is bieng closed or is invalid
62 PreparedStatement statement) {
72 * <code>PreparedStatement</code> and <code>SQLException</code>
74 * @param con The <code>PooledConnection</code> that the closed or invalid <code>PreparedStatement</code>
76 * @param statement The <code>PreparedStatement</code> that is being closed or is invalid
85 PreparedStatement statement,
95 * Returns the <code>PreparedStatement</code> that is being closed or is invalid
97 * @return The <code>PreparedStatement</code> that is being closed or is invalid
101 public PreparedStatement getStatement() {