Lines Matching refs:ResultSet
9624 method public java.sql.ResultSet getResultSet() throws java.sql.SQLException;
9625 …method public java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>>) …
9626 method public java.sql.ResultSet getResultSet(long, int) throws java.sql.SQLException;
9627 …method public java.sql.ResultSet getResultSet(long, int, java.util.Map<java.lang.String,java.lang.…
9868 …method public java.sql.ResultSet getAttributes(String, String, String, String) throws java.sql.SQL…
9869 …method public java.sql.ResultSet getBestRowIdentifier(String, String, String, int, boolean) throws…
9872 method public java.sql.ResultSet getCatalogs() throws java.sql.SQLException;
9873 method public java.sql.ResultSet getClientInfoProperties() throws java.sql.SQLException;
9874 …method public java.sql.ResultSet getColumnPrivileges(String, String, String, String) throws java.s…
9875 …method public java.sql.ResultSet getColumns(String, String, String, String) throws java.sql.SQLExc…
9877 …method public java.sql.ResultSet getCrossReference(String, String, String, String, String, String)…
9887 …method public java.sql.ResultSet getExportedKeys(String, String, String) throws java.sql.SQLExcept…
9889 …method public java.sql.ResultSet getFunctionColumns(String, String, String, String) throws java.sq…
9890 …method public java.sql.ResultSet getFunctions(String, String, String) throws java.sql.SQLException;
9892 …method public java.sql.ResultSet getImportedKeys(String, String, String) throws java.sql.SQLExcept…
9893 …method public java.sql.ResultSet getIndexInfo(String, String, String, boolean, boolean) throws jav…
9917 …method public java.sql.ResultSet getPrimaryKeys(String, String, String) throws java.sql.SQLExcepti…
9918 …method public java.sql.ResultSet getProcedureColumns(String, String, String, String) throws java.s…
9920 …method public java.sql.ResultSet getProcedures(String, String, String) throws java.sql.SQLExceptio…
9926 method public java.sql.ResultSet getSchemas() throws java.sql.SQLException;
9927 method public java.sql.ResultSet getSchemas(String, String) throws java.sql.SQLException;
9930 …method public java.sql.ResultSet getSuperTables(String, String, String) throws java.sql.SQLExcepti…
9931 …method public java.sql.ResultSet getSuperTypes(String, String, String) throws java.sql.SQLExceptio…
9933 …method public java.sql.ResultSet getTablePrivileges(String, String, String) throws java.sql.SQLExc…
9934 method public java.sql.ResultSet getTableTypes() throws java.sql.SQLException;
9935 …method public java.sql.ResultSet getTables(String, String, String, String[]) throws java.sql.SQLEx…
9937 method public java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;
9938 …method public java.sql.ResultSet getUDTs(String, String, String, int[]) throws java.sql.SQLExcepti…
9941 …method public java.sql.ResultSet getVersionColumns(String, String, String) throws java.sql.SQLExce…
10163 method public java.sql.ResultSet executeQuery() throws java.sql.SQLException;
10224 public interface ResultSet extends java.sql.Wrapper java.lang.AutoCloseable {
10739 method public java.sql.ResultSet executeQuery(String) throws java.sql.SQLException;
10747 method public java.sql.ResultSet getGeneratedKeys() throws java.sql.SQLException;
10753 method public java.sql.ResultSet getResultSet() throws java.sql.SQLException;
20008 public interface RowSet extends java.sql.ResultSet {
20132 method public java.sql.ResultSet getOriginal() throws java.sql.SQLException;
20133 method public java.sql.ResultSet getOriginalRow() throws java.sql.SQLException;