Lines Matching refs:PreparedStatement
92 * <code>PreparedStatement</code> object.
107 * Creates a <code>PreparedStatement</code> object for sending
111 * pre-compiled and stored in a <code>PreparedStatement</code> object. This
121 * not be sent to the database until the <code>PreparedStatement</code>
125 * Result sets created using the returned <code>PreparedStatement</code>
133 * @return a new default <code>PreparedStatement</code> object containing the
138 PreparedStatement prepareStatement(String sql)
537 * Creates a <code>PreparedStatement</code> object that will generate
555 * @return a new PreparedStatement object containing the
567 PreparedStatement prepareStatement(String sql, int resultSetType,
815 * Creates a <code>PreparedStatement</code> object that will generate
839 * @return a new <code>PreparedStatement</code> object, containing the
853 PreparedStatement prepareStatement(String sql, int resultSetType,
899 * Creates a default <code>PreparedStatement</code> object that has
912 * not be sent to the database until the <code>PreparedStatement</code>
916 * Result sets created using the returned <code>PreparedStatement</code>
928 * @return a new <code>PreparedStatement</code> object, containing the
940 PreparedStatement prepareStatement(String sql, int autoGeneratedKeys)
944 * Creates a default <code>PreparedStatement</code> object capable
953 * pre-compiled and stored in a <code>PreparedStatement</code> object. This
963 * not be sent to the database until the <code>PreparedStatement</code>
967 * Result sets created using the returned <code>PreparedStatement</code>
977 * @return a new <code>PreparedStatement</code> object, containing the
988 PreparedStatement prepareStatement(String sql, int columnIndexes[])
992 * Creates a default <code>PreparedStatement</code> object capable
1001 * pre-compiled and stored in a <code>PreparedStatement</code> object. This
1011 * not be sent to the database until the <code>PreparedStatement</code>
1015 * Result sets created using the returned <code>PreparedStatement</code>
1025 * @return a new <code>PreparedStatement</code> object, containing the
1036 PreparedStatement prepareStatement(String sql, String columnNames[])