Lines Matching refs:sql

26 package java.sql;
62 * object, make an entry in it, and pass it to the <code>java.sql</code>
131 * @param sql an SQL statement that may contain one or more '?' IN
138 PreparedStatement prepareStatement(String sql)
163 * @param sql an SQL statement that may contain one or more '?'
171 CallableStatement prepareCall(String sql) throws SQLException;
179 * @param sql an SQL statement that may contain one or more '?'
185 String nativeSQL(String sql) throws SQLException;
545 * @param sql a <code>String</code> object that is the SQL statement to
567 PreparedStatement prepareStatement(String sql, int resultSetType,
580 * @param sql a <code>String</code> object that is the SQL statement to
601 CallableStatement prepareCall(String sql, int resultSetType,
823 * @param sql a <code>String</code> object that is the SQL statement to
853 PreparedStatement prepareStatement(String sql, int resultSetType,
864 * @param sql a <code>String</code> object that is the SQL statement to
893 CallableStatement prepareCall(String sql, int resultSetType,
922 * @param sql an SQL statement that may contain one or more '?' IN
940 PreparedStatement prepareStatement(String sql, int autoGeneratedKeys)
973 * @param sql an SQL statement that may contain one or more '?' IN
988 PreparedStatement prepareStatement(String sql, int columnIndexes[])
1021 * @param sql an SQL statement that may contain one or more '?' IN
1036 PreparedStatement prepareStatement(String sql, String columnNames[])
1123 * @see java.sql.DatabaseMetaData#getClientInfoProperties
1205 * @see java.sql.Connection#setClientInfo(String, String) setClientInfo(String, String)
1236 * @see java.sql.DatabaseMetaData#getClientInfoProperties
1269 * java.sql.Types for the given class of <code>Object</code>. The default
1367 * @throws java.sql.SQLException if a database access error occurs or
1451 * @throws java.sql.SQLException if a database access error occurs, this