Searched defs:columnIndexes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java763 * @param columnIndexes an array of column indexes indicating the columns
781 int executeUpdate(String sql, int columnIndexes[]) throws SQLException; argument
895 * @param columnIndexes an array of the indexes of the columns in the
917 boolean execute(String sql, int columnIndexes[]) throws SQLException; argument
H A DConnection.java975 * @param columnIndexes an array of column indexes indicating the columns
988 PreparedStatement prepareStatement(String sql, int columnIndexes[]) argument

Completed in 29 milliseconds