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

/libcore/ojluni/src/main/java/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.java976 * @param columnIndexes an array of column indexes indicating the columns
989 PreparedStatement prepareStatement(String sql, int columnIndexes[]) argument

Completed in 77 milliseconds