Lines Matching refs:ResultSet
8824 method public java.sql.ResultSet getResultSet() throws java.sql.SQLException;
8825 …method public java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>>) …
8826 method public java.sql.ResultSet getResultSet(long, int) throws java.sql.SQLException;
8827 …method public java.sql.ResultSet getResultSet(long, int, java.util.Map<java.lang.String,java.lang.…
9068 …method public java.sql.ResultSet getAttributes(String, String, String, String) throws java.sql.SQL…
9069 …method public java.sql.ResultSet getBestRowIdentifier(String, String, String, int, boolean) throws…
9072 method public java.sql.ResultSet getCatalogs() throws java.sql.SQLException;
9073 method public java.sql.ResultSet getClientInfoProperties() throws java.sql.SQLException;
9074 …method public java.sql.ResultSet getColumnPrivileges(String, String, String, String) throws java.s…
9075 …method public java.sql.ResultSet getColumns(String, String, String, String) throws java.sql.SQLExc…
9077 …method public java.sql.ResultSet getCrossReference(String, String, String, String, String, String)…
9087 …method public java.sql.ResultSet getExportedKeys(String, String, String) throws java.sql.SQLExcept…
9089 …method public java.sql.ResultSet getFunctionColumns(String, String, String, String) throws java.sq…
9090 …method public java.sql.ResultSet getFunctions(String, String, String) throws java.sql.SQLException;
9092 …method public java.sql.ResultSet getImportedKeys(String, String, String) throws java.sql.SQLExcept…
9093 …method public java.sql.ResultSet getIndexInfo(String, String, String, boolean, boolean) throws jav…
9117 …method public java.sql.ResultSet getPrimaryKeys(String, String, String) throws java.sql.SQLExcepti…
9118 …method public java.sql.ResultSet getProcedureColumns(String, String, String, String) throws java.s…
9120 …method public java.sql.ResultSet getProcedures(String, String, String) throws java.sql.SQLExceptio…
9126 method public java.sql.ResultSet getSchemas() throws java.sql.SQLException;
9127 method public java.sql.ResultSet getSchemas(String, String) throws java.sql.SQLException;
9130 …method public java.sql.ResultSet getSuperTables(String, String, String) throws java.sql.SQLExcepti…
9131 …method public java.sql.ResultSet getSuperTypes(String, String, String) throws java.sql.SQLExceptio…
9133 …method public java.sql.ResultSet getTablePrivileges(String, String, String) throws java.sql.SQLExc…
9134 method public java.sql.ResultSet getTableTypes() throws java.sql.SQLException;
9135 …method public java.sql.ResultSet getTables(String, String, String, String[]) throws java.sql.SQLEx…
9137 method public java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;
9138 …method public java.sql.ResultSet getUDTs(String, String, String, int[]) throws java.sql.SQLExcepti…
9141 …method public java.sql.ResultSet getVersionColumns(String, String, String) throws java.sql.SQLExce…
9363 method public java.sql.ResultSet executeQuery() throws java.sql.SQLException;
9424 public interface ResultSet extends java.sql.Wrapper java.lang.AutoCloseable {
9939 method public java.sql.ResultSet executeQuery(String) throws java.sql.SQLException;
9947 method public java.sql.ResultSet getGeneratedKeys() throws java.sql.SQLException;
9953 method public java.sql.ResultSet getResultSet() throws java.sql.SQLException;
18368 public interface RowSet extends java.sql.ResultSet {
18492 method public java.sql.ResultSet getOriginal() throws java.sql.SQLException;
18493 method public java.sql.ResultSet getOriginalRow() throws java.sql.SQLException;