Lines Matching refs:sql
9941 field public static final String QUERY_ARG_SQL_GROUP_BY = "android:query-arg-sql-group-by";
9942 field public static final String QUERY_ARG_SQL_HAVING = "android:query-arg-sql-having";
9943 field public static final String QUERY_ARG_SQL_LIMIT = "android:query-arg-sql-limit";
9944 field public static final String QUERY_ARG_SQL_SELECTION = "android:query-arg-sql-selection";
9945 …field public static final String QUERY_ARG_SQL_SELECTION_ARGS = "android:query-arg-sql-selection-a…
9946 field public static final String QUERY_ARG_SQL_SORT_ORDER = "android:query-arg-sql-sort-order";
69669 package java.sql {
69672 method public void free() throws java.sql.SQLException;
69673 method public Object getArray() throws java.sql.SQLException;
69674 …c Object getArray(java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
69675 method public Object getArray(long, int) throws java.sql.SQLException;
69676 …tArray(long, int, java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
69677 method public int getBaseType() throws java.sql.SQLException;
69678 method public String getBaseTypeName() throws java.sql.SQLException;
69679 method public java.sql.ResultSet getResultSet() throws java.sql.SQLException;
69680 …method public java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>>) …
69681 method public java.sql.ResultSet getResultSet(long, int) throws java.sql.SQLException;
69682 …method public java.sql.ResultSet getResultSet(long, int, java.util.Map<java.lang.String,java.lang.…
69685 public class BatchUpdateException extends java.sql.SQLException {
69700 method public void free() throws java.sql.SQLException;
69701 method public java.io.InputStream getBinaryStream() throws java.sql.SQLException;
69702 method public java.io.InputStream getBinaryStream(long, long) throws java.sql.SQLException;
69703 method public byte[] getBytes(long, int) throws java.sql.SQLException;
69704 method public long length() throws java.sql.SQLException;
69705 method public long position(byte[], long) throws java.sql.SQLException;
69706 method public long position(java.sql.Blob, long) throws java.sql.SQLException;
69707 method public java.io.OutputStream setBinaryStream(long) throws java.sql.SQLException;
69708 method public int setBytes(long, byte[]) throws java.sql.SQLException;
69709 method public int setBytes(long, byte[], int, int) throws java.sql.SQLException;
69710 method public void truncate(long) throws java.sql.SQLException;
69713 public interface CallableStatement extends java.sql.PreparedStatement {
69714 method public java.sql.Array getArray(int) throws java.sql.SQLException;
69715 method public java.sql.Array getArray(String) throws java.sql.SQLException;
69716 …method @Deprecated public java.math.BigDecimal getBigDecimal(int, int) throws java.sql.SQLExceptio…
69717 method public java.math.BigDecimal getBigDecimal(int) throws java.sql.SQLException;
69718 method public java.math.BigDecimal getBigDecimal(String) throws java.sql.SQLException;
69719 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
69720 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
69721 method public boolean getBoolean(int) throws java.sql.SQLException;
69722 method public boolean getBoolean(String) throws java.sql.SQLException;
69723 method public byte getByte(int) throws java.sql.SQLException;
69724 method public byte getByte(String) throws java.sql.SQLException;
69725 method public byte[] getBytes(int) throws java.sql.SQLException;
69726 method public byte[] getBytes(String) throws java.sql.SQLException;
69727 method public java.io.Reader getCharacterStream(int) throws java.sql.SQLException;
69728 method public java.io.Reader getCharacterStream(String) throws java.sql.SQLException;
69729 method public java.sql.Clob getClob(int) throws java.sql.SQLException;
69730 method public java.sql.Clob getClob(String) throws java.sql.SQLException;
69731 method public java.sql.Date getDate(int) throws java.sql.SQLException;
69732 method public java.sql.Date getDate(int, java.util.Calendar) throws java.sql.SQLException;
69733 method public java.sql.Date getDate(String) throws java.sql.SQLException;
69734 method public java.sql.Date getDate(String, java.util.Calendar) throws java.sql.SQLException;
69735 method public double getDouble(int) throws java.sql.SQLException;
69736 method public double getDouble(String) throws java.sql.SQLException;
69737 method public float getFloat(int) throws java.sql.SQLException;
69738 method public float getFloat(String) throws java.sql.SQLException;
69739 method public int getInt(int) throws java.sql.SQLException;
69740 method public int getInt(String) throws java.sql.SQLException;
69741 method public long getLong(int) throws java.sql.SQLException;
69742 method public long getLong(String) throws java.sql.SQLException;
69743 method public java.io.Reader getNCharacterStream(int) throws java.sql.SQLException;
69744 method public java.io.Reader getNCharacterStream(String) throws java.sql.SQLException;
69745 method public java.sql.NClob getNClob(int) throws java.sql.SQLException;
69746 method public java.sql.NClob getNClob(String) throws java.sql.SQLException;
69747 method public String getNString(int) throws java.sql.SQLException;
69748 method public String getNString(String) throws java.sql.SQLException;
69749 method public Object getObject(int) throws java.sql.SQLException;
69750 …ct getObject(int, java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
69751 method public Object getObject(String) throws java.sql.SQLException;
69752 …getObject(String, java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
69753 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
69754 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
69755 method public java.sql.RowId getRowId(int) throws java.sql.SQLException;
69756 method public java.sql.RowId getRowId(String) throws java.sql.SQLException;
69757 method public java.sql.SQLXML getSQLXML(int) throws java.sql.SQLException;
69758 method public java.sql.SQLXML getSQLXML(String) throws java.sql.SQLException;
69759 method public short getShort(int) throws java.sql.SQLException;
69760 method public short getShort(String) throws java.sql.SQLException;
69761 method public String getString(int) throws java.sql.SQLException;
69762 method public String getString(String) throws java.sql.SQLException;
69763 method public java.sql.Time getTime(int) throws java.sql.SQLException;
69764 method public java.sql.Time getTime(int, java.util.Calendar) throws java.sql.SQLException;
69765 method public java.sql.Time getTime(String) throws java.sql.SQLException;
69766 method public java.sql.Time getTime(String, java.util.Calendar) throws java.sql.SQLException;
69767 method public java.sql.Timestamp getTimestamp(int) throws java.sql.SQLException;
69768 …method public java.sql.Timestamp getTimestamp(int, java.util.Calendar) throws java.sql.SQLExceptio…
69769 method public java.sql.Timestamp getTimestamp(String) throws java.sql.SQLException;
69770 …method public java.sql.Timestamp getTimestamp(String, java.util.Calendar) throws java.sql.SQLExcep…
69771 method public java.net.URL getURL(int) throws java.sql.SQLException;
69772 method public java.net.URL getURL(String) throws java.sql.SQLException;
69773 method public void registerOutParameter(int, int) throws java.sql.SQLException;
69774 method public void registerOutParameter(int, int, int) throws java.sql.SQLException;
69775 method public void registerOutParameter(int, int, String) throws java.sql.SQLException;
69776 method public void registerOutParameter(String, int) throws java.sql.SQLException;
69777 method public void registerOutParameter(String, int, int) throws java.sql.SQLException;
69778 method public void registerOutParameter(String, int, String) throws java.sql.SQLException;
69779 … method public void setAsciiStream(String, java.io.InputStream, int) throws java.sql.SQLException;
69780 … method public void setAsciiStream(String, java.io.InputStream, long) throws java.sql.SQLException;
69781 method public void setAsciiStream(String, java.io.InputStream) throws java.sql.SQLException;
69782 method public void setBigDecimal(String, java.math.BigDecimal) throws java.sql.SQLException;
69783 … method public void setBinaryStream(String, java.io.InputStream, int) throws java.sql.SQLException;
69784 …method public void setBinaryStream(String, java.io.InputStream, long) throws java.sql.SQLException;
69785 method public void setBinaryStream(String, java.io.InputStream) throws java.sql.SQLException;
69786 method public void setBlob(String, java.io.InputStream, long) throws java.sql.SQLException;
69787 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;
69788 method public void setBlob(String, java.io.InputStream) throws java.sql.SQLException;
69789 method public void setBoolean(String, boolean) throws java.sql.SQLException;
69790 method public void setByte(String, byte) throws java.sql.SQLException;
69791 method public void setBytes(String, byte[]) throws java.sql.SQLException;
69792 method public void setCharacterStream(String, java.io.Reader, int) throws java.sql.SQLException;
69793 … method public void setCharacterStream(String, java.io.Reader, long) throws java.sql.SQLException;
69794 method public void setCharacterStream(String, java.io.Reader) throws java.sql.SQLException;
69795 method public void setClob(String, java.io.Reader, long) throws java.sql.SQLException;
69796 method public void setClob(String, java.sql.Clob) throws java.sql.SQLException;
69797 method public void setClob(String, java.io.Reader) throws java.sql.SQLException;
69798 method public void setDate(String, java.sql.Date) throws java.sql.SQLException;
69799 …method public void setDate(String, java.sql.Date, java.util.Calendar) throws java.sql.SQLException;
69800 method public void setDouble(String, double) throws java.sql.SQLException;
69801 method public void setFloat(String, float) throws java.sql.SQLException;
69802 method public void setInt(String, int) throws java.sql.SQLException;
69803 method public void setLong(String, long) throws java.sql.SQLException;
69804 … method public void setNCharacterStream(String, java.io.Reader, long) throws java.sql.SQLException;
69805 method public void setNCharacterStream(String, java.io.Reader) throws java.sql.SQLException;
69806 method public void setNClob(String, java.sql.NClob) throws java.sql.SQLException;
69807 method public void setNClob(String, java.io.Reader, long) throws java.sql.SQLException;
69808 method public void setNClob(String, java.io.Reader) throws java.sql.SQLException;
69809 method public void setNString(String, String) throws java.sql.SQLException;
69810 method public void setNull(String, int) throws java.sql.SQLException;
69811 method public void setNull(String, int, String) throws java.sql.SQLException;
69812 method public void setObject(String, Object, int, int) throws java.sql.SQLException;
69813 method public void setObject(String, Object, int) throws java.sql.SQLException;
69814 method public void setObject(String, Object) throws java.sql.SQLException;
69815 method public void setRowId(String, java.sql.RowId) throws java.sql.SQLException;
69816 method public void setSQLXML(String, java.sql.SQLXML) throws java.sql.SQLException;
69817 method public void setShort(String, short) throws java.sql.SQLException;
69818 method public void setString(String, String) throws java.sql.SQLException;
69819 method public void setTime(String, java.sql.Time) throws java.sql.SQLException;
69820 …method public void setTime(String, java.sql.Time, java.util.Calendar) throws java.sql.SQLException;
69821 method public void setTimestamp(String, java.sql.Timestamp) throws java.sql.SQLException;
69822 …method public void setTimestamp(String, java.sql.Timestamp, java.util.Calendar) throws java.sql.SQ…
69823 method public void setURL(String, java.net.URL) throws java.sql.SQLException;
69824 method public boolean wasNull() throws java.sql.SQLException;
69828 enum_constant public static final java.sql.ClientInfoStatus REASON_UNKNOWN;
69829 enum_constant public static final java.sql.ClientInfoStatus REASON_UNKNOWN_PROPERTY;
69830 enum_constant public static final java.sql.ClientInfoStatus REASON_VALUE_INVALID;
69831 enum_constant public static final java.sql.ClientInfoStatus REASON_VALUE_TRUNCATED;
69835 method public void free() throws java.sql.SQLException;
69836 method public java.io.InputStream getAsciiStream() throws java.sql.SQLException;
69837 method public java.io.Reader getCharacterStream() throws java.sql.SQLException;
69838 method public java.io.Reader getCharacterStream(long, long) throws java.sql.SQLException;
69839 method public String getSubString(long, int) throws java.sql.SQLException;
69840 method public long length() throws java.sql.SQLException;
69841 method public long position(String, long) throws java.sql.SQLException;
69842 method public long position(java.sql.Clob, long) throws java.sql.SQLException;
69843 method public java.io.OutputStream setAsciiStream(long) throws java.sql.SQLException;
69844 method public java.io.Writer setCharacterStream(long) throws java.sql.SQLException;
69845 method public int setString(long, String) throws java.sql.SQLException;
69846 method public int setString(long, String, int, int) throws java.sql.SQLException;
69847 method public void truncate(long) throws java.sql.SQLException;
69850 public interface Connection extends java.sql.Wrapper java.lang.AutoCloseable {
69851 method public void clearWarnings() throws java.sql.SQLException;
69852 method public void close() throws java.sql.SQLException;
69853 method public void commit() throws java.sql.SQLException;
69854 method public java.sql.Array createArrayOf(String, Object[]) throws java.sql.SQLException;
69855 method public java.sql.Blob createBlob() throws java.sql.SQLException;
69856 method public java.sql.Clob createClob() throws java.sql.SQLException;
69857 method public java.sql.NClob createNClob() throws java.sql.SQLException;
69858 method public java.sql.SQLXML createSQLXML() throws java.sql.SQLException;
69859 method public java.sql.Statement createStatement() throws java.sql.SQLException;
69860 method public java.sql.Statement createStatement(int, int) throws java.sql.SQLException;
69861 method public java.sql.Statement createStatement(int, int, int) throws java.sql.SQLException;
69862 method public java.sql.Struct createStruct(String, Object[]) throws java.sql.SQLException;
69863 method public boolean getAutoCommit() throws java.sql.SQLException;
69864 method public String getCatalog() throws java.sql.SQLException;
69865 method public String getClientInfo(String) throws java.sql.SQLException;
69866 method public java.util.Properties getClientInfo() throws java.sql.SQLException;
69867 method public int getHoldability() throws java.sql.SQLException;
69868 method public java.sql.DatabaseMetaData getMetaData() throws java.sql.SQLException;
69869 method public int getTransactionIsolation() throws java.sql.SQLException;
69870 …method public java.util.Map<java.lang.String,java.lang.Class<?>> getTypeMap() throws java.sql.SQLE…
69871 method public java.sql.SQLWarning getWarnings() throws java.sql.SQLException;
69872 method public boolean isClosed() throws java.sql.SQLException;
69873 method public boolean isReadOnly() throws java.sql.SQLException;
69874 method public boolean isValid(int) throws java.sql.SQLException;
69875 method public String nativeSQL(String) throws java.sql.SQLException;
69876 method public java.sql.CallableStatement prepareCall(String) throws java.sql.SQLException;
69877 …method public java.sql.CallableStatement prepareCall(String, int, int) throws java.sql.SQLExceptio…
69878 …method public java.sql.CallableStatement prepareCall(String, int, int, int) throws java.sql.SQLExc…
69879 method public java.sql.PreparedStatement prepareStatement(String) throws java.sql.SQLException;
69880 …method public java.sql.PreparedStatement prepareStatement(String, int, int) throws java.sql.SQLExc…
69881 …method public java.sql.PreparedStatement prepareStatement(String, int, int, int) throws java.sql.S…
69882 …method public java.sql.PreparedStatement prepareStatement(String, int) throws java.sql.SQLExceptio…
69883 …method public java.sql.PreparedStatement prepareStatement(String, int[]) throws java.sql.SQLExcept…
69884 …method public java.sql.PreparedStatement prepareStatement(String, String[]) throws java.sql.SQLExc…
69885 method public void releaseSavepoint(java.sql.Savepoint) throws java.sql.SQLException;
69886 method public void rollback() throws java.sql.SQLException;
69887 method public void rollback(java.sql.Savepoint) throws java.sql.SQLException;
69888 method public void setAutoCommit(boolean) throws java.sql.SQLException;
69889 method public void setCatalog(String) throws java.sql.SQLException;
69890 method public void setClientInfo(String, String) throws java.sql.SQLClientInfoException;
69891 method public void setClientInfo(java.util.Properties) throws java.sql.SQLClientInfoException;
69892 method public void setHoldability(int) throws java.sql.SQLException;
69893 method public void setReadOnly(boolean) throws java.sql.SQLException;
69894 method public java.sql.Savepoint setSavepoint() throws java.sql.SQLException;
69895 method public java.sql.Savepoint setSavepoint(String) throws java.sql.SQLException;
69896 method public void setTransactionIsolation(int) throws java.sql.SQLException;
69897 …c void setTypeMap(java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
69905 public class DataTruncation extends java.sql.SQLWarning {
69915 public interface DatabaseMetaData extends java.sql.Wrapper {
69916 method public boolean allProceduresAreCallable() throws java.sql.SQLException;
69917 method public boolean allTablesAreSelectable() throws java.sql.SQLException;
69918 method public boolean autoCommitFailureClosesAllResultSets() throws java.sql.SQLException;
69919 method public boolean dataDefinitionCausesTransactionCommit() throws java.sql.SQLException;
69920 method public boolean dataDefinitionIgnoredInTransactions() throws java.sql.SQLException;
69921 method public boolean deletesAreDetected(int) throws java.sql.SQLException;
69922 method public boolean doesMaxRowSizeIncludeBlobs() throws java.sql.SQLException;
69923 …method public java.sql.ResultSet getAttributes(String, String, String, String) throws java.sql.SQL…
69924 …method public java.sql.ResultSet getBestRowIdentifier(String, String, String, int, boolean) throws…
69925 method public String getCatalogSeparator() throws java.sql.SQLException;
69926 method public String getCatalogTerm() throws java.sql.SQLException;
69927 method public java.sql.ResultSet getCatalogs() throws java.sql.SQLException;
69928 method public java.sql.ResultSet getClientInfoProperties() throws java.sql.SQLException;
69929 …method public java.sql.ResultSet getColumnPrivileges(String, String, String, String) throws java.s…
69930 …method public java.sql.ResultSet getColumns(String, String, String, String) throws java.sql.SQLExc…
69931 method public java.sql.Connection getConnection() throws java.sql.SQLException;
69932 …method public java.sql.ResultSet getCrossReference(String, String, String, String, String, String)…
69933 method public int getDatabaseMajorVersion() throws java.sql.SQLException;
69934 method public int getDatabaseMinorVersion() throws java.sql.SQLException;
69935 method public String getDatabaseProductName() throws java.sql.SQLException;
69936 method public String getDatabaseProductVersion() throws java.sql.SQLException;
69937 method public int getDefaultTransactionIsolation() throws java.sql.SQLException;
69940 method public String getDriverName() throws java.sql.SQLException;
69941 method public String getDriverVersion() throws java.sql.SQLException;
69942 …method public java.sql.ResultSet getExportedKeys(String, String, String) throws java.sql.SQLExcept…
69943 method public String getExtraNameCharacters() throws java.sql.SQLException;
69944 …method public java.sql.ResultSet getFunctionColumns(String, String, String, String) throws java.sq…
69945 …method public java.sql.ResultSet getFunctions(String, String, String) throws java.sql.SQLException;
69946 method public String getIdentifierQuoteString() throws java.sql.SQLException;
69947 …method public java.sql.ResultSet getImportedKeys(String, String, String) throws java.sql.SQLExcept…
69948 …method public java.sql.ResultSet getIndexInfo(String, String, String, boolean, boolean) throws jav…
69949 method public int getJDBCMajorVersion() throws java.sql.SQLException;
69950 method public int getJDBCMinorVersion() throws java.sql.SQLException;
69951 method public int getMaxBinaryLiteralLength() throws java.sql.SQLException;
69952 method public int getMaxCatalogNameLength() throws java.sql.SQLException;
69953 method public int getMaxCharLiteralLength() throws java.sql.SQLException;
69954 method public int getMaxColumnNameLength() throws java.sql.SQLException;
69955 method public int getMaxColumnsInGroupBy() throws java.sql.SQLException;
69956 method public int getMaxColumnsInIndex() throws java.sql.SQLException;
69957 method public int getMaxColumnsInOrderBy() throws java.sql.SQLException;
69958 method public int getMaxColumnsInSelect() throws java.sql.SQLException;
69959 method public int getMaxColumnsInTable() throws java.sql.SQLException;
69960 method public int getMaxConnections() throws java.sql.SQLException;
69961 method public int getMaxCursorNameLength() throws java.sql.SQLException;
69962 method public int getMaxIndexLength() throws java.sql.SQLException;
69963 method public int getMaxProcedureNameLength() throws java.sql.SQLException;
69964 method public int getMaxRowSize() throws java.sql.SQLException;
69965 method public int getMaxSchemaNameLength() throws java.sql.SQLException;
69966 method public int getMaxStatementLength() throws java.sql.SQLException;
69967 method public int getMaxStatements() throws java.sql.SQLException;
69968 method public int getMaxTableNameLength() throws java.sql.SQLException;
69969 method public int getMaxTablesInSelect() throws java.sql.SQLException;
69970 method public int getMaxUserNameLength() throws java.sql.SQLException;
69971 method public String getNumericFunctions() throws java.sql.SQLException;
69972 …method public java.sql.ResultSet getPrimaryKeys(String, String, String) throws java.sql.SQLExcepti…
69973 …method public java.sql.ResultSet getProcedureColumns(String, String, String, String) throws java.s…
69974 method public String getProcedureTerm() throws java.sql.SQLException;
69975 …method public java.sql.ResultSet getProcedures(String, String, String) throws java.sql.SQLExceptio…
69976 method public int getResultSetHoldability() throws java.sql.SQLException;
69977 method public java.sql.RowIdLifetime getRowIdLifetime() throws java.sql.SQLException;
69978 method public String getSQLKeywords() throws java.sql.SQLException;
69979 method public int getSQLStateType() throws java.sql.SQLException;
69980 method public String getSchemaTerm() throws java.sql.SQLException;
69981 method public java.sql.ResultSet getSchemas() throws java.sql.SQLException;
69982 method public java.sql.ResultSet getSchemas(String, String) throws java.sql.SQLException;
69983 method public String getSearchStringEscape() throws java.sql.SQLException;
69984 method public String getStringFunctions() throws java.sql.SQLException;
69985 …method public java.sql.ResultSet getSuperTables(String, String, String) throws java.sql.SQLExcepti…
69986 …method public java.sql.ResultSet getSuperTypes(String, String, String) throws java.sql.SQLExceptio…
69987 method public String getSystemFunctions() throws java.sql.SQLException;
69988 …method public java.sql.ResultSet getTablePrivileges(String, String, String) throws java.sql.SQLExc…
69989 method public java.sql.ResultSet getTableTypes() throws java.sql.SQLException;
69990 …method public java.sql.ResultSet getTables(String, String, String, String[]) throws java.sql.SQLEx…
69991 method public String getTimeDateFunctions() throws java.sql.SQLException;
69992 method public java.sql.ResultSet getTypeInfo() throws java.sql.SQLException;
69993 …method public java.sql.ResultSet getUDTs(String, String, String, int[]) throws java.sql.SQLExcepti…
69994 method public String getURL() throws java.sql.SQLException;
69995 method public String getUserName() throws java.sql.SQLException;
69996 …method public java.sql.ResultSet getVersionColumns(String, String, String) throws java.sql.SQLExce…
69997 method public boolean insertsAreDetected(int) throws java.sql.SQLException;
69998 method public boolean isCatalogAtStart() throws java.sql.SQLException;
69999 method public boolean isReadOnly() throws java.sql.SQLException;
70000 method public boolean locatorsUpdateCopy() throws java.sql.SQLException;
70001 method public boolean nullPlusNonNullIsNull() throws java.sql.SQLException;
70002 method public boolean nullsAreSortedAtEnd() throws java.sql.SQLException;
70003 method public boolean nullsAreSortedAtStart() throws java.sql.SQLException;
70004 method public boolean nullsAreSortedHigh() throws java.sql.SQLException;
70005 method public boolean nullsAreSortedLow() throws java.sql.SQLException;
70006 method public boolean othersDeletesAreVisible(int) throws java.sql.SQLException;
70007 method public boolean othersInsertsAreVisible(int) throws java.sql.SQLException;
70008 method public boolean othersUpdatesAreVisible(int) throws java.sql.SQLException;
70009 method public boolean ownDeletesAreVisible(int) throws java.sql.SQLException;
70010 method public boolean ownInsertsAreVisible(int) throws java.sql.SQLException;
70011 method public boolean ownUpdatesAreVisible(int) throws java.sql.SQLException;
70012 method public boolean storesLowerCaseIdentifiers() throws java.sql.SQLException;
70013 method public boolean storesLowerCaseQuotedIdentifiers() throws java.sql.SQLException;
70014 method public boolean storesMixedCaseIdentifiers() throws java.sql.SQLException;
70015 method public boolean storesMixedCaseQuotedIdentifiers() throws java.sql.SQLException;
70016 method public boolean storesUpperCaseIdentifiers() throws java.sql.SQLException;
70017 method public boolean storesUpperCaseQuotedIdentifiers() throws java.sql.SQLException;
70018 method public boolean supportsANSI92EntryLevelSQL() throws java.sql.SQLException;
70019 method public boolean supportsANSI92FullSQL() throws java.sql.SQLException;
70020 method public boolean supportsANSI92IntermediateSQL() throws java.sql.SQLException;
70021 method public boolean supportsAlterTableWithAddColumn() throws java.sql.SQLException;
70022 method public boolean supportsAlterTableWithDropColumn() throws java.sql.SQLException;
70023 method public boolean supportsBatchUpdates() throws java.sql.SQLException;
70024 method public boolean supportsCatalogsInDataManipulation() throws java.sql.SQLException;
70025 method public boolean supportsCatalogsInIndexDefinitions() throws java.sql.SQLException;
70026 method public boolean supportsCatalogsInPrivilegeDefinitions() throws java.sql.SQLException;
70027 method public boolean supportsCatalogsInProcedureCalls() throws java.sql.SQLException;
70028 method public boolean supportsCatalogsInTableDefinitions() throws java.sql.SQLException;
70029 method public boolean supportsColumnAliasing() throws java.sql.SQLException;
70030 method public boolean supportsConvert() throws java.sql.SQLException;
70031 method public boolean supportsConvert(int, int) throws java.sql.SQLException;
70032 method public boolean supportsCoreSQLGrammar() throws java.sql.SQLException;
70033 method public boolean supportsCorrelatedSubqueries() throws java.sql.SQLException;
70034 …method public boolean supportsDataDefinitionAndDataManipulationTransactions() throws java.sql.SQLE…
70035 method public boolean supportsDataManipulationTransactionsOnly() throws java.sql.SQLException;
70036 method public boolean supportsDifferentTableCorrelationNames() throws java.sql.SQLException;
70037 method public boolean supportsExpressionsInOrderBy() throws java.sql.SQLException;
70038 method public boolean supportsExtendedSQLGrammar() throws java.sql.SQLException;
70039 method public boolean supportsFullOuterJoins() throws java.sql.SQLException;
70040 method public boolean supportsGetGeneratedKeys() throws java.sql.SQLException;
70041 method public boolean supportsGroupBy() throws java.sql.SQLException;
70042 method public boolean supportsGroupByBeyondSelect() throws java.sql.SQLException;
70043 method public boolean supportsGroupByUnrelated() throws java.sql.SQLException;
70044 method public boolean supportsIntegrityEnhancementFacility() throws java.sql.SQLException;
70045 method public boolean supportsLikeEscapeClause() throws java.sql.SQLException;
70046 method public boolean supportsLimitedOuterJoins() throws java.sql.SQLException;
70047 method public boolean supportsMinimumSQLGrammar() throws java.sql.SQLException;
70048 method public boolean supportsMixedCaseIdentifiers() throws java.sql.SQLException;
70049 method public boolean supportsMixedCaseQuotedIdentifiers() throws java.sql.SQLException;
70050 method public boolean supportsMultipleOpenResults() throws java.sql.SQLException;
70051 method public boolean supportsMultipleResultSets() throws java.sql.SQLException;
70052 method public boolean supportsMultipleTransactions() throws java.sql.SQLException;
70053 method public boolean supportsNamedParameters() throws java.sql.SQLException;
70054 method public boolean supportsNonNullableColumns() throws java.sql.SQLException;
70055 method public boolean supportsOpenCursorsAcrossCommit() throws java.sql.SQLException;
70056 method public boolean supportsOpenCursorsAcrossRollback() throws java.sql.SQLException;
70057 method public boolean supportsOpenStatementsAcrossCommit() throws java.sql.SQLException;
70058 method public boolean supportsOpenStatementsAcrossRollback() throws java.sql.SQLException;
70059 method public boolean supportsOrderByUnrelated() throws java.sql.SQLException;
70060 method public boolean supportsOuterJoins() throws java.sql.SQLException;
70061 method public boolean supportsPositionedDelete() throws java.sql.SQLException;
70062 method public boolean supportsPositionedUpdate() throws java.sql.SQLException;
70063 method public boolean supportsResultSetConcurrency(int, int) throws java.sql.SQLException;
70064 method public boolean supportsResultSetHoldability(int) throws java.sql.SQLException;
70065 method public boolean supportsResultSetType(int) throws java.sql.SQLException;
70066 method public boolean supportsSavepoints() throws java.sql.SQLException;
70067 method public boolean supportsSchemasInDataManipulation() throws java.sql.SQLException;
70068 method public boolean supportsSchemasInIndexDefinitions() throws java.sql.SQLException;
70069 method public boolean supportsSchemasInPrivilegeDefinitions() throws java.sql.SQLException;
70070 method public boolean supportsSchemasInProcedureCalls() throws java.sql.SQLException;
70071 method public boolean supportsSchemasInTableDefinitions() throws java.sql.SQLException;
70072 method public boolean supportsSelectForUpdate() throws java.sql.SQLException;
70073 method public boolean supportsStatementPooling() throws java.sql.SQLException;
70074 method public boolean supportsStoredFunctionsUsingCallSyntax() throws java.sql.SQLException;
70075 method public boolean supportsStoredProcedures() throws java.sql.SQLException;
70076 method public boolean supportsSubqueriesInComparisons() throws java.sql.SQLException;
70077 method public boolean supportsSubqueriesInExists() throws java.sql.SQLException;
70078 method public boolean supportsSubqueriesInIns() throws java.sql.SQLException;
70079 method public boolean supportsSubqueriesInQuantifieds() throws java.sql.SQLException;
70080 method public boolean supportsTableCorrelationNames() throws java.sql.SQLException;
70081 method public boolean supportsTransactionIsolationLevel(int) throws java.sql.SQLException;
70082 method public boolean supportsTransactions() throws java.sql.SQLException;
70083 method public boolean supportsUnion() throws java.sql.SQLException;
70084 method public boolean supportsUnionAll() throws java.sql.SQLException;
70085 method public boolean updatesAreDetected(int) throws java.sql.SQLException;
70086 method public boolean usesLocalFilePerTable() throws java.sql.SQLException;
70087 method public boolean usesLocalFiles() throws java.sql.SQLException;
70154 method public static java.sql.Date valueOf(String);
70158 method public boolean acceptsURL(String) throws java.sql.SQLException;
70159 …method public java.sql.Connection connect(String, java.util.Properties) throws java.sql.SQLExcepti…
70162 …method public java.sql.DriverPropertyInfo[] getPropertyInfo(String, java.util.Properties) throws j…
70167 method public static void deregisterDriver(java.sql.Driver) throws java.sql.SQLException;
70168 …method public static java.sql.Connection getConnection(String, java.util.Properties) throws java.s…
70169 …method public static java.sql.Connection getConnection(String, String, String) throws java.sql.SQL…
70170 method public static java.sql.Connection getConnection(String) throws java.sql.SQLException;
70171 method public static java.sql.Driver getDriver(String) throws java.sql.SQLException;
70172 method public static java.util.Enumeration<java.sql.Driver> getDrivers();
70177 method public static void registerDriver(java.sql.Driver) throws java.sql.SQLException;
70192 public interface NClob extends java.sql.Clob {
70195 public interface ParameterMetaData extends java.sql.Wrapper {
70196 method public String getParameterClassName(int) throws java.sql.SQLException;
70197 method public int getParameterCount() throws java.sql.SQLException;
70198 method public int getParameterMode(int) throws java.sql.SQLException;
70199 method public int getParameterType(int) throws java.sql.SQLException;
70200 method public String getParameterTypeName(int) throws java.sql.SQLException;
70201 method public int getPrecision(int) throws java.sql.SQLException;
70202 method public int getScale(int) throws java.sql.SQLException;
70203 method public int isNullable(int) throws java.sql.SQLException;
70204 method public boolean isSigned(int) throws java.sql.SQLException;
70214 public interface PreparedStatement extends java.sql.Statement {
70215 method public void addBatch() throws java.sql.SQLException;
70216 method public void clearParameters() throws java.sql.SQLException;
70217 method public boolean execute() throws java.sql.SQLException;
70218 method public java.sql.ResultSet executeQuery() throws java.sql.SQLException;
70219 method public int executeUpdate() throws java.sql.SQLException;
70220 method public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException;
70221 method public java.sql.ParameterMetaData getParameterMetaData() throws java.sql.SQLException;
70222 method public void setArray(int, java.sql.Array) throws java.sql.SQLException;
70223 method public void setAsciiStream(int, java.io.InputStream, int) throws java.sql.SQLException;
70224 method public void setAsciiStream(int, java.io.InputStream, long) throws java.sql.SQLException;
70225 method public void setAsciiStream(int, java.io.InputStream) throws java.sql.SQLException;
70226 method public void setBigDecimal(int, java.math.BigDecimal) throws java.sql.SQLException;
70227 method public void setBinaryStream(int, java.io.InputStream, int) throws java.sql.SQLException;
70228 method public void setBinaryStream(int, java.io.InputStream, long) throws java.sql.SQLException;
70229 method public void setBinaryStream(int, java.io.InputStream) throws java.sql.SQLException;
70230 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
70231 method public void setBlob(int, java.io.InputStream, long) throws java.sql.SQLException;
70232 method public void setBlob(int, java.io.InputStream) throws java.sql.SQLException;
70233 method public void setBoolean(int, boolean) throws java.sql.SQLException;
70234 method public void setByte(int, byte) throws java.sql.SQLException;
70235 method public void setBytes(int, byte[]) throws java.sql.SQLException;
70236 method public void setCharacterStream(int, java.io.Reader, int) throws java.sql.SQLException;
70237 method public void setCharacterStream(int, java.io.Reader, long) throws java.sql.SQLException;
70238 method public void setCharacterStream(int, java.io.Reader) throws java.sql.SQLException;
70239 method public void setClob(int, java.sql.Clob) throws java.sql.SQLException;
70240 method public void setClob(int, java.io.Reader, long) throws java.sql.SQLException;
70241 method public void setClob(int, java.io.Reader) throws java.sql.SQLException;
70242 method public void setDate(int, java.sql.Date) throws java.sql.SQLException;
70243 method public void setDate(int, java.sql.Date, java.util.Calendar) throws java.sql.SQLException;
70244 method public void setDouble(int, double) throws java.sql.SQLException;
70245 method public void setFloat(int, float) throws java.sql.SQLException;
70246 method public void setInt(int, int) throws java.sql.SQLException;
70247 method public void setLong(int, long) throws java.sql.SQLException;
70248 method public void setNCharacterStream(int, java.io.Reader, long) throws java.sql.SQLException;
70249 method public void setNCharacterStream(int, java.io.Reader) throws java.sql.SQLException;
70250 method public void setNClob(int, java.sql.NClob) throws java.sql.SQLException;
70251 method public void setNClob(int, java.io.Reader, long) throws java.sql.SQLException;
70252 method public void setNClob(int, java.io.Reader) throws java.sql.SQLException;
70253 method public void setNString(int, String) throws java.sql.SQLException;
70254 method public void setNull(int, int) throws java.sql.SQLException;
70255 method public void setNull(int, int, String) throws java.sql.SQLException;
70256 method public void setObject(int, Object, int) throws java.sql.SQLException;
70257 method public void setObject(int, Object) throws java.sql.SQLException;
70258 method public void setObject(int, Object, int, int) throws java.sql.SQLException;
70259 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;
70260 method public void setRowId(int, java.sql.RowId) throws java.sql.SQLException;
70261 method public void setSQLXML(int, java.sql.SQLXML) throws java.sql.SQLException;
70262 method public void setShort(int, short) throws java.sql.SQLException;
70263 method public void setString(int, String) throws java.sql.SQLException;
70264 method public void setTime(int, java.sql.Time) throws java.sql.SQLException;
70265 method public void setTime(int, java.sql.Time, java.util.Calendar) throws java.sql.SQLException;
70266 method public void setTimestamp(int, java.sql.Timestamp) throws java.sql.SQLException;
70267 …method public void setTimestamp(int, java.sql.Timestamp, java.util.Calendar) throws java.sql.SQLEx…
70268 method public void setURL(int, java.net.URL) throws java.sql.SQLException;
70269 …method @Deprecated public void setUnicodeStream(int, java.io.InputStream, int) throws java.sql.SQL…
70273 method public String getBaseTypeName() throws java.sql.SQLException;
70274 … Object getObject(java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
70275 method public Object getObject() throws java.sql.SQLException;
70276 method public void setObject(Object) throws java.sql.SQLException;
70279 public interface ResultSet extends java.sql.Wrapper java.lang.AutoCloseable {
70280 method public boolean absolute(int) throws java.sql.SQLException;
70281 method public void afterLast() throws java.sql.SQLException;
70282 method public void beforeFirst() throws java.sql.SQLException;
70283 method public void cancelRowUpdates() throws java.sql.SQLException;
70284 method public void clearWarnings() throws java.sql.SQLException;
70285 method public void close() throws java.sql.SQLException;
70286 method public void deleteRow() throws java.sql.SQLException;
70287 method public int findColumn(String) throws java.sql.SQLException;
70288 method public boolean first() throws java.sql.SQLException;
70289 method public java.sql.Array getArray(int) throws java.sql.SQLException;
70290 method public java.sql.Array getArray(String) throws java.sql.SQLException;
70291 method public java.io.InputStream getAsciiStream(int) throws java.sql.SQLException;
70292 method public java.io.InputStream getAsciiStream(String) throws java.sql.SQLException;
70293 …method @Deprecated public java.math.BigDecimal getBigDecimal(int, int) throws java.sql.SQLExceptio…
70294 …method @Deprecated public java.math.BigDecimal getBigDecimal(String, int) throws java.sql.SQLExcep…
70295 method public java.math.BigDecimal getBigDecimal(int) throws java.sql.SQLException;
70296 method public java.math.BigDecimal getBigDecimal(String) throws java.sql.SQLException;
70297 method public java.io.InputStream getBinaryStream(int) throws java.sql.SQLException;
70298 method public java.io.InputStream getBinaryStream(String) throws java.sql.SQLException;
70299 method public java.sql.Blob getBlob(int) throws java.sql.SQLException;
70300 method public java.sql.Blob getBlob(String) throws java.sql.SQLException;
70301 method public boolean getBoolean(int) throws java.sql.SQLException;
70302 method public boolean getBoolean(String) throws java.sql.SQLException;
70303 method public byte getByte(int) throws java.sql.SQLException;
70304 method public byte getByte(String) throws java.sql.SQLException;
70305 method public byte[] getBytes(int) throws java.sql.SQLException;
70306 method public byte[] getBytes(String) throws java.sql.SQLException;
70307 method public java.io.Reader getCharacterStream(int) throws java.sql.SQLException;
70308 method public java.io.Reader getCharacterStream(String) throws java.sql.SQLException;
70309 method public java.sql.Clob getClob(int) throws java.sql.SQLException;
70310 method public java.sql.Clob getClob(String) throws java.sql.SQLException;
70311 method public int getConcurrency() throws java.sql.SQLException;
70312 method public String getCursorName() throws java.sql.SQLException;
70313 method public java.sql.Date getDate(int) throws java.sql.SQLException;
70314 method public java.sql.Date getDate(String) throws java.sql.SQLException;
70315 method public java.sql.Date getDate(int, java.util.Calendar) throws java.sql.SQLException;
70316 method public java.sql.Date getDate(String, java.util.Calendar) throws java.sql.SQLException;
70317 method public double getDouble(int) throws java.sql.SQLException;
70318 method public double getDouble(String) throws java.sql.SQLException;
70319 method public int getFetchDirection() throws java.sql.SQLException;
70320 method public int getFetchSize() throws java.sql.SQLException;
70321 method public float getFloat(int) throws java.sql.SQLException;
70322 method public float getFloat(String) throws java.sql.SQLException;
70323 method public int getHoldability() throws java.sql.SQLException;
70324 method public int getInt(int) throws java.sql.SQLException;
70325 method public int getInt(String) throws java.sql.SQLException;
70326 method public long getLong(int) throws java.sql.SQLException;
70327 method public long getLong(String) throws java.sql.SQLException;
70328 method public java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException;
70329 method public java.io.Reader getNCharacterStream(int) throws java.sql.SQLException;
70330 method public java.io.Reader getNCharacterStream(String) throws java.sql.SQLException;
70331 method public java.sql.NClob getNClob(int) throws java.sql.SQLException;
70332 method public java.sql.NClob getNClob(String) throws java.sql.SQLException;
70333 method public String getNString(int) throws java.sql.SQLException;
70334 method public String getNString(String) throws java.sql.SQLException;
70335 method public Object getObject(int) throws java.sql.SQLException;
70336 method public Object getObject(String) throws java.sql.SQLException;
70337 …ct getObject(int, java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
70338 …getObject(String, java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
70339 method public java.sql.Ref getRef(int) throws java.sql.SQLException;
70340 method public java.sql.Ref getRef(String) throws java.sql.SQLException;
70341 method public int getRow() throws java.sql.SQLException;
70342 method public java.sql.RowId getRowId(int) throws java.sql.SQLException;
70343 method public java.sql.RowId getRowId(String) throws java.sql.SQLException;
70344 method public java.sql.SQLXML getSQLXML(int) throws java.sql.SQLException;
70345 method public java.sql.SQLXML getSQLXML(String) throws java.sql.SQLException;
70346 method public short getShort(int) throws java.sql.SQLException;
70347 method public short getShort(String) throws java.sql.SQLException;
70348 method public java.sql.Statement getStatement() throws java.sql.SQLException;
70349 method public String getString(int) throws java.sql.SQLException;
70350 method public String getString(String) throws java.sql.SQLException;
70351 method public java.sql.Time getTime(int) throws java.sql.SQLException;
70352 method public java.sql.Time getTime(String) throws java.sql.SQLException;
70353 method public java.sql.Time getTime(int, java.util.Calendar) throws java.sql.SQLException;
70354 method public java.sql.Time getTime(String, java.util.Calendar) throws java.sql.SQLException;
70355 method public java.sql.Timestamp getTimestamp(int) throws java.sql.SQLException;
70356 method public java.sql.Timestamp getTimestamp(String) throws java.sql.SQLException;
70357 …method public java.sql.Timestamp getTimestamp(int, java.util.Calendar) throws java.sql.SQLExceptio…
70358 …method public java.sql.Timestamp getTimestamp(String, java.util.Calendar) throws java.sql.SQLExcep…
70359 method public int getType() throws java.sql.SQLException;
70360 method public java.net.URL getURL(int) throws java.sql.SQLException;
70361 method public java.net.URL getURL(String) throws java.sql.SQLException;
70362 … method @Deprecated public java.io.InputStream getUnicodeStream(int) throws java.sql.SQLException;
70363 …method @Deprecated public java.io.InputStream getUnicodeStream(String) throws java.sql.SQLExceptio…
70364 method public java.sql.SQLWarning getWarnings() throws java.sql.SQLException;
70365 method public void insertRow() throws java.sql.SQLException;
70366 method public boolean isAfterLast() throws java.sql.SQLException;
70367 method public boolean isBeforeFirst() throws java.sql.SQLException;
70368 method public boolean isClosed() throws java.sql.SQLException;
70369 method public boolean isFirst() throws java.sql.SQLException;
70370 method public boolean isLast() throws java.sql.SQLException;
70371 method public boolean last() throws java.sql.SQLException;
70372 method public void moveToCurrentRow() throws java.sql.SQLException;
70373 method public void moveToInsertRow() throws java.sql.SQLException;
70374 method public boolean next() throws java.sql.SQLException;
70375 method public boolean previous() throws java.sql.SQLException;
70376 method public void refreshRow() throws java.sql.SQLException;
70377 method public boolean relative(int) throws java.sql.SQLException;
70378 method public boolean rowDeleted() throws java.sql.SQLException;
70379 method public boolean rowInserted() throws java.sql.SQLException;
70380 method public boolean rowUpdated() throws java.sql.SQLException;
70381 method public void setFetchDirection(int) throws java.sql.SQLException;
70382 method public void setFetchSize(int) throws java.sql.SQLException;
70383 method public void updateArray(int, java.sql.Array) throws java.sql.SQLException;
70384 method public void updateArray(String, java.sql.Array) throws java.sql.SQLException;
70385 … method public void updateAsciiStream(int, java.io.InputStream, int) throws java.sql.SQLException;
70386 …method public void updateAsciiStream(String, java.io.InputStream, int) throws java.sql.SQLExceptio…
70387 … method public void updateAsciiStream(int, java.io.InputStream, long) throws java.sql.SQLException;
70388 …method public void updateAsciiStream(String, java.io.InputStream, long) throws java.sql.SQLExcepti…
70389 method public void updateAsciiStream(int, java.io.InputStream) throws java.sql.SQLException;
70390 method public void updateAsciiStream(String, java.io.InputStream) throws java.sql.SQLException;
70391 method public void updateBigDecimal(int, java.math.BigDecimal) throws java.sql.SQLException;
70392 method public void updateBigDecimal(String, java.math.BigDecimal) throws java.sql.SQLException;
70393 … method public void updateBinaryStream(int, java.io.InputStream, int) throws java.sql.SQLException;
70394 …method public void updateBinaryStream(String, java.io.InputStream, int) throws java.sql.SQLExcepti…
70395 …method public void updateBinaryStream(int, java.io.InputStream, long) throws java.sql.SQLException;
70396 …method public void updateBinaryStream(String, java.io.InputStream, long) throws java.sql.SQLExcept…
70397 method public void updateBinaryStream(int, java.io.InputStream) throws java.sql.SQLException;
70398 method public void updateBinaryStream(String, java.io.InputStream) throws java.sql.SQLException;
70399 method public void updateBlob(int, java.sql.Blob) throws java.sql.SQLException;
70400 method public void updateBlob(String, java.sql.Blob) throws java.sql.SQLException;
70401 method public void updateBlob(int, java.io.InputStream, long) throws java.sql.SQLException;
70402 method public void updateBlob(String, java.io.InputStream, long) throws java.sql.SQLException;
70403 method public void updateBlob(int, java.io.InputStream) throws java.sql.SQLException;
70404 method public void updateBlob(String, java.io.InputStream) throws java.sql.SQLException;
70405 method public void updateBoolean(int, boolean) throws java.sql.SQLException;
70406 method public void updateBoolean(String, boolean) throws java.sql.SQLException;
70407 method public void updateByte(int, byte) throws java.sql.SQLException;
70408 method public void updateByte(String, byte) throws java.sql.SQLException;
70409 method public void updateBytes(int, byte[]) throws java.sql.SQLException;
70410 method public void updateBytes(String, byte[]) throws java.sql.SQLException;
70411 method public void updateCharacterStream(int, java.io.Reader, int) throws java.sql.SQLException;
70412 …method public void updateCharacterStream(String, java.io.Reader, int) throws java.sql.SQLException;
70413 … method public void updateCharacterStream(int, java.io.Reader, long) throws java.sql.SQLException;
70414 …method public void updateCharacterStream(String, java.io.Reader, long) throws java.sql.SQLExceptio…
70415 method public void updateCharacterStream(int, java.io.Reader) throws java.sql.SQLException;
70416 method public void updateCharacterStream(String, java.io.Reader) throws java.sql.SQLException;
70417 method public void updateClob(int, java.sql.Clob) throws java.sql.SQLException;
70418 method public void updateClob(String, java.sql.Clob) throws java.sql.SQLException;
70419 method public void updateClob(int, java.io.Reader, long) throws java.sql.SQLException;
70420 method public void updateClob(String, java.io.Reader, long) throws java.sql.SQLException;
70421 method public void updateClob(int, java.io.Reader) throws java.sql.SQLException;
70422 method public void updateClob(String, java.io.Reader) throws java.sql.SQLException;
70423 method public void updateDate(int, java.sql.Date) throws java.sql.SQLException;
70424 method public void updateDate(String, java.sql.Date) throws java.sql.SQLException;
70425 method public void updateDouble(int, double) throws java.sql.SQLException;
70426 method public void updateDouble(String, double) throws java.sql.SQLException;
70427 method public void updateFloat(int, float) throws java.sql.SQLException;
70428 method public void updateFloat(String, float) throws java.sql.SQLException;
70429 method public void updateInt(int, int) throws java.sql.SQLException;
70430 method public void updateInt(String, int) throws java.sql.SQLException;
70431 method public void updateLong(int, long) throws java.sql.SQLException;
70432 method public void updateLong(String, long) throws java.sql.SQLException;
70433 … method public void updateNCharacterStream(int, java.io.Reader, long) throws java.sql.SQLException;
70434 …method public void updateNCharacterStream(String, java.io.Reader, long) throws java.sql.SQLExcepti…
70435 method public void updateNCharacterStream(int, java.io.Reader) throws java.sql.SQLException;
70436 method public void updateNCharacterStream(String, java.io.Reader) throws java.sql.SQLException;
70437 method public void updateNClob(int, java.sql.NClob) throws java.sql.SQLException;
70438 method public void updateNClob(String, java.sql.NClob) throws java.sql.SQLException;
70439 method public void updateNClob(int, java.io.Reader, long) throws java.sql.SQLException;
70440 method public void updateNClob(String, java.io.Reader, long) throws java.sql.SQLException;
70441 method public void updateNClob(int, java.io.Reader) throws java.sql.SQLException;
70442 method public void updateNClob(String, java.io.Reader) throws java.sql.SQLException;
70443 method public void updateNString(int, String) throws java.sql.SQLException;
70444 method public void updateNString(String, String) throws java.sql.SQLException;
70445 method public void updateNull(int) throws java.sql.SQLException;
70446 method public void updateNull(String) throws java.sql.SQLException;
70447 method public void updateObject(int, Object, int) throws java.sql.SQLException;
70448 method public void updateObject(int, Object) throws java.sql.SQLException;
70449 method public void updateObject(String, Object, int) throws java.sql.SQLException;
70450 method public void updateObject(String, Object) throws java.sql.SQLException;
70451 method public void updateRef(int, java.sql.Ref) throws java.sql.SQLException;
70452 method public void updateRef(String, java.sql.Ref) throws java.sql.SQLException;
70453 method public void updateRow() throws java.sql.SQLException;
70454 method public void updateRowId(int, java.sql.RowId) throws java.sql.SQLException;
70455 method public void updateRowId(String, java.sql.RowId) throws java.sql.SQLException;
70456 method public void updateSQLXML(int, java.sql.SQLXML) throws java.sql.SQLException;
70457 method public void updateSQLXML(String, java.sql.SQLXML) throws java.sql.SQLException;
70458 method public void updateShort(int, short) throws java.sql.SQLException;
70459 method public void updateShort(String, short) throws java.sql.SQLException;
70460 method public void updateString(int, String) throws java.sql.SQLException;
70461 method public void updateString(String, String) throws java.sql.SQLException;
70462 method public void updateTime(int, java.sql.Time) throws java.sql.SQLException;
70463 method public void updateTime(String, java.sql.Time) throws java.sql.SQLException;
70464 method public void updateTimestamp(int, java.sql.Timestamp) throws java.sql.SQLException;
70465 method public void updateTimestamp(String, java.sql.Timestamp) throws java.sql.SQLException;
70466 method public boolean wasNull() throws java.sql.SQLException;
70479 public interface ResultSetMetaData extends java.sql.Wrapper {
70480 method public String getCatalogName(int) throws java.sql.SQLException;
70481 method public String getColumnClassName(int) throws java.sql.SQLException;
70482 method public int getColumnCount() throws java.sql.SQLException;
70483 method public int getColumnDisplaySize(int) throws java.sql.SQLException;
70484 method public String getColumnLabel(int) throws java.sql.SQLException;
70485 method public String getColumnName(int) throws java.sql.SQLException;
70486 method public int getColumnType(int) throws java.sql.SQLException;
70487 method public String getColumnTypeName(int) throws java.sql.SQLException;
70488 method public int getPrecision(int) throws java.sql.SQLException;
70489 method public int getScale(int) throws java.sql.SQLException;
70490 method public String getSchemaName(int) throws java.sql.SQLException;
70491 method public String getTableName(int) throws java.sql.SQLException;
70492 method public boolean isAutoIncrement(int) throws java.sql.SQLException;
70493 method public boolean isCaseSensitive(int) throws java.sql.SQLException;
70494 method public boolean isCurrency(int) throws java.sql.SQLException;
70495 method public boolean isDefinitelyWritable(int) throws java.sql.SQLException;
70496 method public int isNullable(int) throws java.sql.SQLException;
70497 method public boolean isReadOnly(int) throws java.sql.SQLException;
70498 method public boolean isSearchable(int) throws java.sql.SQLException;
70499 method public boolean isSigned(int) throws java.sql.SQLException;
70500 method public boolean isWritable(int) throws java.sql.SQLException;
70514 enum_constant public static final java.sql.RowIdLifetime ROWID_UNSUPPORTED;
70515 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_FOREVER;
70516 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_OTHER;
70517 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_SESSION;
70518 enum_constant public static final java.sql.RowIdLifetime ROWID_VALID_TRANSACTION;
70521 public class SQLClientInfoException extends java.sql.SQLException {
70523 ctor public SQLClientInfoException(java.util.Map<java.lang.String,java.sql.ClientInfoStatus>);
70524 …ctor public SQLClientInfoException(java.util.Map<java.lang.String,java.sql.ClientInfoStatus>, Thro…
70525 …ctor public SQLClientInfoException(String, java.util.Map<java.lang.String,java.sql.ClientInfoStatu…
70526 …ctor public SQLClientInfoException(String, java.util.Map<java.lang.String,java.sql.ClientInfoStatu…
70527 …ctor public SQLClientInfoException(String, String, java.util.Map<java.lang.String,java.sql.ClientI…
70528 …ctor public SQLClientInfoException(String, String, java.util.Map<java.lang.String,java.sql.ClientI…
70529 …ctor public SQLClientInfoException(String, String, int, java.util.Map<java.lang.String,java.sql.Cl…
70530 …ctor public SQLClientInfoException(String, String, int, java.util.Map<java.lang.String,java.sql.Cl…
70531 method public java.util.Map<java.lang.String,java.sql.ClientInfoStatus> getFailedProperties();
70535 method public String getSQLTypeName() throws java.sql.SQLException;
70536 method public void readSQL(java.sql.SQLInput, String) throws java.sql.SQLException;
70537 method public void writeSQL(java.sql.SQLOutput) throws java.sql.SQLException;
70540 public class SQLDataException extends java.sql.SQLNonTransientException {
70561 method public java.sql.SQLException getNextException();
70564 method public void setNextException(java.sql.SQLException);
70567 public class SQLFeatureNotSupportedException extends java.sql.SQLNonTransientException {
70579 method public java.sql.Array readArray() throws java.sql.SQLException;
70580 method public java.io.InputStream readAsciiStream() throws java.sql.SQLException;
70581 method public java.math.BigDecimal readBigDecimal() throws java.sql.SQLException;
70582 method public java.io.InputStream readBinaryStream() throws java.sql.SQLException;
70583 method public java.sql.Blob readBlob() throws java.sql.SQLException;
70584 method public boolean readBoolean() throws java.sql.SQLException;
70585 method public byte readByte() throws java.sql.SQLException;
70586 method public byte[] readBytes() throws java.sql.SQLException;
70587 method public java.io.Reader readCharacterStream() throws java.sql.SQLException;
70588 method public java.sql.Clob readClob() throws java.sql.SQLException;
70589 method public java.sql.Date readDate() throws java.sql.SQLException;
70590 method public double readDouble() throws java.sql.SQLException;
70591 method public float readFloat() throws java.sql.SQLException;
70592 method public int readInt() throws java.sql.SQLException;
70593 method public long readLong() throws java.sql.SQLException;
70594 method public java.sql.NClob readNClob() throws java.sql.SQLException;
70595 method public String readNString() throws java.sql.SQLException;
70596 method public Object readObject() throws java.sql.SQLException;
70597 method public java.sql.Ref readRef() throws java.sql.SQLException;
70598 method public java.sql.RowId readRowId() throws java.sql.SQLException;
70599 method public java.sql.SQLXML readSQLXML() throws java.sql.SQLException;
70600 method public short readShort() throws java.sql.SQLException;
70601 method public String readString() throws java.sql.SQLException;
70602 method public java.sql.Time readTime() throws java.sql.SQLException;
70603 method public java.sql.Timestamp readTimestamp() throws java.sql.SQLException;
70604 method public java.net.URL readURL() throws java.sql.SQLException;
70605 method public boolean wasNull() throws java.sql.SQLException;
70608 public class SQLIntegrityConstraintViolationException extends java.sql.SQLNonTransientException {
70619 public class SQLInvalidAuthorizationSpecException extends java.sql.SQLNonTransientException {
70630 public class SQLNonTransientConnectionException extends java.sql.SQLNonTransientException {
70641 public class SQLNonTransientException extends java.sql.SQLException {
70653 method public void writeArray(java.sql.Array) throws java.sql.SQLException;
70654 method public void writeAsciiStream(java.io.InputStream) throws java.sql.SQLException;
70655 method public void writeBigDecimal(java.math.BigDecimal) throws java.sql.SQLException;
70656 method public void writeBinaryStream(java.io.InputStream) throws java.sql.SQLException;
70657 method public void writeBlob(java.sql.Blob) throws java.sql.SQLException;
70658 method public void writeBoolean(boolean) throws java.sql.SQLException;
70659 method public void writeByte(byte) throws java.sql.SQLException;
70660 method public void writeBytes(byte[]) throws java.sql.SQLException;
70661 method public void writeCharacterStream(java.io.Reader) throws java.sql.SQLException;
70662 method public void writeClob(java.sql.Clob) throws java.sql.SQLException;
70663 method public void writeDate(java.sql.Date) throws java.sql.SQLException;
70664 method public void writeDouble(double) throws java.sql.SQLException;
70665 method public void writeFloat(float) throws java.sql.SQLException;
70666 method public void writeInt(int) throws java.sql.SQLException;
70667 method public void writeLong(long) throws java.sql.SQLException;
70668 method public void writeNClob(java.sql.NClob) throws java.sql.SQLException;
70669 method public void writeNString(String) throws java.sql.SQLException;
70670 method public void writeObject(java.sql.SQLData) throws java.sql.SQLException;
70671 method public void writeRef(java.sql.Ref) throws java.sql.SQLException;
70672 method public void writeRowId(java.sql.RowId) throws java.sql.SQLException;
70673 method public void writeSQLXML(java.sql.SQLXML) throws java.sql.SQLException;
70674 method public void writeShort(short) throws java.sql.SQLException;
70675 method public void writeString(String) throws java.sql.SQLException;
70676 method public void writeStruct(java.sql.Struct) throws java.sql.SQLException;
70677 method public void writeTime(java.sql.Time) throws java.sql.SQLException;
70678 method public void writeTimestamp(java.sql.Timestamp) throws java.sql.SQLException;
70679 method public void writeURL(java.net.URL) throws java.sql.SQLException;
70687 public class SQLRecoverableException extends java.sql.SQLException {
70698 public class SQLSyntaxErrorException extends java.sql.SQLNonTransientException {
70709 public class SQLTimeoutException extends java.sql.SQLTransientException {
70720 public class SQLTransactionRollbackException extends java.sql.SQLTransientException {
70731 public class SQLTransientConnectionException extends java.sql.SQLTransientException {
70742 public class SQLTransientException extends java.sql.SQLException {
70753 public class SQLWarning extends java.sql.SQLException {
70762 method public java.sql.SQLWarning getNextWarning();
70763 method public void setNextWarning(java.sql.SQLWarning);
70767 method public void free() throws java.sql.SQLException;
70768 method public java.io.InputStream getBinaryStream() throws java.sql.SQLException;
70769 method public java.io.Reader getCharacterStream() throws java.sql.SQLException;
70770 …method public <T extends javax.xml.transform.Source> T getSource(Class<T>) throws java.sql.SQLExce…
70771 method public String getString() throws java.sql.SQLException;
70772 method public java.io.OutputStream setBinaryStream() throws java.sql.SQLException;
70773 method public java.io.Writer setCharacterStream() throws java.sql.SQLException;
70774 …method public <T extends javax.xml.transform.Result> T setResult(Class<T>) throws java.sql.SQLExce…
70775 method public void setString(String) throws java.sql.SQLException;
70779 method public int getSavepointId() throws java.sql.SQLException;
70780 method public String getSavepointName() throws java.sql.SQLException;
70783 public interface Statement extends java.sql.Wrapper java.lang.AutoCloseable {
70784 method public void addBatch(String) throws java.sql.SQLException;
70785 method public void cancel() throws java.sql.SQLException;
70786 method public void clearBatch() throws java.sql.SQLException;
70787 method public void clearWarnings() throws java.sql.SQLException;
70788 method public void close() throws java.sql.SQLException;
70789 method public boolean execute(String) throws java.sql.SQLException;
70790 method public boolean execute(String, int) throws java.sql.SQLException;
70791 method public boolean execute(String, int[]) throws java.sql.SQLException;
70792 method public boolean execute(String, String[]) throws java.sql.SQLException;
70793 method public int[] executeBatch() throws java.sql.SQLException;
70794 method public java.sql.ResultSet executeQuery(String) throws java.sql.SQLException;
70795 method public int executeUpdate(String) throws java.sql.SQLException;
70796 method public int executeUpdate(String, int) throws java.sql.SQLException;
70797 method public int executeUpdate(String, int[]) throws java.sql.SQLException;
70798 method public int executeUpdate(String, String[]) throws java.sql.SQLException;
70799 method public java.sql.Connection getConnection() throws java.sql.SQLException;
70800 method public int getFetchDirection() throws java.sql.SQLException;
70801 method public int getFetchSize() throws java.sql.SQLException;
70802 method public java.sql.ResultSet getGeneratedKeys() throws java.sql.SQLException;
70803 method public int getMaxFieldSize() throws java.sql.SQLException;
70804 method public int getMaxRows() throws java.sql.SQLException;
70805 method public boolean getMoreResults() throws java.sql.SQLException;
70806 method public boolean getMoreResults(int) throws java.sql.SQLException;
70807 method public int getQueryTimeout() throws java.sql.SQLException;
70808 method public java.sql.ResultSet getResultSet() throws java.sql.SQLException;
70809 method public int getResultSetConcurrency() throws java.sql.SQLException;
70810 method public int getResultSetHoldability() throws java.sql.SQLException;
70811 method public int getResultSetType() throws java.sql.SQLException;
70812 method public int getUpdateCount() throws java.sql.SQLException;
70813 method public java.sql.SQLWarning getWarnings() throws java.sql.SQLException;
70814 method public boolean isClosed() throws java.sql.SQLException;
70815 method public boolean isPoolable() throws java.sql.SQLException;
70816 method public void setCursorName(String) throws java.sql.SQLException;
70817 method public void setEscapeProcessing(boolean) throws java.sql.SQLException;
70818 method public void setFetchDirection(int) throws java.sql.SQLException;
70819 method public void setFetchSize(int) throws java.sql.SQLException;
70820 method public void setMaxFieldSize(int) throws java.sql.SQLException;
70821 method public void setMaxRows(int) throws java.sql.SQLException;
70822 method public void setPoolable(boolean) throws java.sql.SQLException;
70823 method public void setQueryTimeout(int) throws java.sql.SQLException;
70834 method public Object[] getAttributes() throws java.sql.SQLException;
70835 …t[] getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
70836 method public String getSQLTypeName() throws java.sql.SQLException;
70842 method public static java.sql.Time valueOf(String);
70848 method public boolean after(java.sql.Timestamp);
70849 method public boolean before(java.sql.Timestamp);
70850 method public int compareTo(java.sql.Timestamp);
70851 method public boolean equals(java.sql.Timestamp);
70854 method public static java.sql.Timestamp valueOf(String);
70897 method public boolean isWrapperFor(Class<?>) throws java.sql.SQLException;
70898 method public <T> T unwrap(Class<T>) throws java.sql.SQLException;
80033 package javax.sql {
80036 method public java.io.PrintWriter getLogWriter() throws java.sql.SQLException;
80037 method public int getLoginTimeout() throws java.sql.SQLException;
80038 …method public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedExc…
80039 method public void setLogWriter(java.io.PrintWriter) throws java.sql.SQLException;
80040 method public void setLoginTimeout(int) throws java.sql.SQLException;
80044 ctor public ConnectionEvent(javax.sql.PooledConnection);
80045 ctor public ConnectionEvent(javax.sql.PooledConnection, java.sql.SQLException);
80046 method public java.sql.SQLException getSQLException();
80050 method public void connectionClosed(javax.sql.ConnectionEvent);
80051 method public void connectionErrorOccurred(javax.sql.ConnectionEvent);
80054 public interface ConnectionPoolDataSource extends javax.sql.CommonDataSource {
80055 method public javax.sql.PooledConnection getPooledConnection() throws java.sql.SQLException;
80056 …method public javax.sql.PooledConnection getPooledConnection(String, String) throws java.sql.SQLEx…
80059 public interface DataSource extends javax.sql.CommonDataSource java.sql.Wrapper {
80060 method public java.sql.Connection getConnection() throws java.sql.SQLException;
80061 method public java.sql.Connection getConnection(String, String) throws java.sql.SQLException;
80065 method public void addConnectionEventListener(javax.sql.ConnectionEventListener);
80066 method public void addStatementEventListener(javax.sql.StatementEventListener);
80067 method public void close() throws java.sql.SQLException;
80068 method public java.sql.Connection getConnection() throws java.sql.SQLException;
80069 method public void removeConnectionEventListener(javax.sql.ConnectionEventListener);
80070 method public void removeStatementEventListener(javax.sql.StatementEventListener);
80073 public interface RowSet extends java.sql.ResultSet {
80074 method public void addRowSetListener(javax.sql.RowSetListener);
80075 method public void clearParameters() throws java.sql.SQLException;
80076 method public void execute() throws java.sql.SQLException;
80079 method public boolean getEscapeProcessing() throws java.sql.SQLException;
80080 method public int getMaxFieldSize() throws java.sql.SQLException;
80081 method public int getMaxRows() throws java.sql.SQLException;
80083 method public int getQueryTimeout() throws java.sql.SQLException;
80085 …method public java.util.Map<java.lang.String,java.lang.Class<?>> getTypeMap() throws java.sql.SQLE…
80086 method public String getUrl() throws java.sql.SQLException;
80089 method public void removeRowSetListener(javax.sql.RowSetListener);
80090 method public void setArray(int, java.sql.Array) throws java.sql.SQLException;
80091 method public void setAsciiStream(int, java.io.InputStream, int) throws java.sql.SQLException;
80092 … method public void setAsciiStream(String, java.io.InputStream, int) throws java.sql.SQLException;
80093 method public void setAsciiStream(int, java.io.InputStream) throws java.sql.SQLException;
80094 method public void setAsciiStream(String, java.io.InputStream) throws java.sql.SQLException;
80095 method public void setBigDecimal(int, java.math.BigDecimal) throws java.sql.SQLException;
80096 method public void setBigDecimal(String, java.math.BigDecimal) throws java.sql.SQLException;
80097 method public void setBinaryStream(int, java.io.InputStream, int) throws java.sql.SQLException;
80098 … method public void setBinaryStream(String, java.io.InputStream, int) throws java.sql.SQLException;
80099 method public void setBinaryStream(int, java.io.InputStream) throws java.sql.SQLException;
80100 method public void setBinaryStream(String, java.io.InputStream) throws java.sql.SQLException;
80101 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
80102 method public void setBlob(int, java.io.InputStream, long) throws java.sql.SQLException;
80103 method public void setBlob(int, java.io.InputStream) throws java.sql.SQLException;
80104 method public void setBlob(String, java.io.InputStream, long) throws java.sql.SQLException;
80105 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;
80106 method public void setBlob(String, java.io.InputStream) throws java.sql.SQLException;
80107 method public void setBoolean(int, boolean) throws java.sql.SQLException;
80108 method public void setBoolean(String, boolean) throws java.sql.SQLException;
80109 method public void setByte(int, byte) throws java.sql.SQLException;
80110 method public void setByte(String, byte) throws java.sql.SQLException;
80111 method public void setBytes(int, byte[]) throws java.sql.SQLException;
80112 method public void setBytes(String, byte[]) throws java.sql.SQLException;
80113 method public void setCharacterStream(int, java.io.Reader, int) throws java.sql.SQLException;
80114 method public void setCharacterStream(String, java.io.Reader, int) throws java.sql.SQLException;
80115 method public void setCharacterStream(int, java.io.Reader) throws java.sql.SQLException;
80116 method public void setCharacterStream(String, java.io.Reader) throws java.sql.SQLException;
80117 method public void setClob(int, java.sql.Clob) throws java.sql.SQLException;
80118 method public void setClob(int, java.io.Reader, long) throws java.sql.SQLException;
80119 method public void setClob(int, java.io.Reader) throws java.sql.SQLException;
80120 method public void setClob(String, java.io.Reader, long) throws java.sql.SQLException;
80121 method public void setClob(String, java.sql.Clob) throws java.sql.SQLException;
80122 method public void setClob(String, java.io.Reader) throws java.sql.SQLException;
80123 method public void setCommand(String) throws java.sql.SQLException;
80124 method public void setConcurrency(int) throws java.sql.SQLException;
80125 method public void setDataSourceName(String) throws java.sql.SQLException;
80126 method public void setDate(int, java.sql.Date) throws java.sql.SQLException;
80127 method public void setDate(int, java.sql.Date, java.util.Calendar) throws java.sql.SQLException;
80128 method public void setDate(String, java.sql.Date) throws java.sql.SQLException;
80129 …method public void setDate(String, java.sql.Date, java.util.Calendar) throws java.sql.SQLException;
80130 method public void setDouble(int, double) throws java.sql.SQLException;
80131 method public void setDouble(String, double) throws java.sql.SQLException;
80132 method public void setEscapeProcessing(boolean) throws java.sql.SQLException;
80133 method public void setFloat(int, float) throws java.sql.SQLException;
80134 method public void setFloat(String, float) throws java.sql.SQLException;
80135 method public void setInt(int, int) throws java.sql.SQLException;
80136 method public void setInt(String, int) throws java.sql.SQLException;
80137 method public void setLong(int, long) throws java.sql.SQLException;
80138 method public void setLong(String, long) throws java.sql.SQLException;
80139 method public void setMaxFieldSize(int) throws java.sql.SQLException;
80140 method public void setMaxRows(int) throws java.sql.SQLException;
80141 method public void setNCharacterStream(int, java.io.Reader) throws java.sql.SQLException;
80142 method public void setNCharacterStream(int, java.io.Reader, long) throws java.sql.SQLException;
80143 … method public void setNCharacterStream(String, java.io.Reader, long) throws java.sql.SQLException;
80144 method public void setNCharacterStream(String, java.io.Reader) throws java.sql.SQLException;
80145 method public void setNClob(String, java.sql.NClob) throws java.sql.SQLException;
80146 method public void setNClob(String, java.io.Reader, long) throws java.sql.SQLException;
80147 method public void setNClob(String, java.io.Reader) throws java.sql.SQLException;
80148 method public void setNClob(int, java.io.Reader, long) throws java.sql.SQLException;
80149 method public void setNClob(int, java.sql.NClob) throws java.sql.SQLException;
80150 method public void setNClob(int, java.io.Reader) throws java.sql.SQLException;
80151 method public void setNString(int, String) throws java.sql.SQLException;
80152 method public void setNString(String, String) throws java.sql.SQLException;
80153 method public void setNull(int, int) throws java.sql.SQLException;
80154 method public void setNull(String, int) throws java.sql.SQLException;
80155 method public void setNull(int, int, String) throws java.sql.SQLException;
80156 method public void setNull(String, int, String) throws java.sql.SQLException;
80157 method public void setObject(int, Object, int, int) throws java.sql.SQLException;
80158 method public void setObject(String, Object, int, int) throws java.sql.SQLException;
80159 method public void setObject(int, Object, int) throws java.sql.SQLException;
80160 method public void setObject(String, Object, int) throws java.sql.SQLException;
80161 method public void setObject(String, Object) throws java.sql.SQLException;
80162 method public void setObject(int, Object) throws java.sql.SQLException;
80163 method public void setPassword(String) throws java.sql.SQLException;
80164 method public void setQueryTimeout(int) throws java.sql.SQLException;
80165 method public void setReadOnly(boolean) throws java.sql.SQLException;
80166 method public void setRef(int, java.sql.Ref) throws java.sql.SQLException;
80167 method public void setRowId(int, java.sql.RowId) throws java.sql.SQLException;
80168 method public void setRowId(String, java.sql.RowId) throws java.sql.SQLException;
80169 method public void setSQLXML(int, java.sql.SQLXML) throws java.sql.SQLException;
80170 method public void setSQLXML(String, java.sql.SQLXML) throws java.sql.SQLException;
80171 method public void setShort(int, short) throws java.sql.SQLException;
80172 method public void setShort(String, short) throws java.sql.SQLException;
80173 method public void setString(int, String) throws java.sql.SQLException;
80174 method public void setString(String, String) throws java.sql.SQLException;
80175 method public void setTime(int, java.sql.Time) throws java.sql.SQLException;
80176 method public void setTime(int, java.sql.Time, java.util.Calendar) throws java.sql.SQLException;
80177 method public void setTime(String, java.sql.Time) throws java.sql.SQLException;
80178 …method public void setTime(String, java.sql.Time, java.util.Calendar) throws java.sql.SQLException;
80179 method public void setTimestamp(int, java.sql.Timestamp) throws java.sql.SQLException;
80180 method public void setTimestamp(String, java.sql.Timestamp) throws java.sql.SQLException;
80181 …method public void setTimestamp(int, java.sql.Timestamp, java.util.Calendar) throws java.sql.SQLEx…
80182 …method public void setTimestamp(String, java.sql.Timestamp, java.util.Calendar) throws java.sql.SQ…
80183 method public void setTransactionIsolation(int) throws java.sql.SQLException;
80184 method public void setType(int) throws java.sql.SQLException;
80185 …c void setTypeMap(java.util.Map<java.lang.String,java.lang.Class<?>>) throws java.sql.SQLException;
80186 method public void setURL(int, java.net.URL) throws java.sql.SQLException;
80187 method public void setUrl(String) throws java.sql.SQLException;
80188 method public void setUsername(String) throws java.sql.SQLException;
80192 ctor public RowSetEvent(javax.sql.RowSet);
80196 method public java.sql.Connection getConnection() throws java.sql.SQLException;
80197 method public java.sql.ResultSet getOriginal() throws java.sql.SQLException;
80198 method public java.sql.ResultSet getOriginalRow() throws java.sql.SQLException;
80199 method public Object[] getParams() throws java.sql.SQLException;
80200 method public void setMetaData(javax.sql.RowSetMetaData) throws java.sql.SQLException;
80204 method public void cursorMoved(javax.sql.RowSetEvent);
80205 method public void rowChanged(javax.sql.RowSetEvent);
80206 method public void rowSetChanged(javax.sql.RowSetEvent);
80209 public interface RowSetMetaData extends java.sql.ResultSetMetaData {
80210 method public void setAutoIncrement(int, boolean) throws java.sql.SQLException;
80211 method public void setCaseSensitive(int, boolean) throws java.sql.SQLException;
80212 method public void setCatalogName(int, String) throws java.sql.SQLException;
80213 method public void setColumnCount(int) throws java.sql.SQLException;
80214 method public void setColumnDisplaySize(int, int) throws java.sql.SQLException;
80215 method public void setColumnLabel(int, String) throws java.sql.SQLException;
80216 method public void setColumnName(int, String) throws java.sql.SQLException;
80217 method public void setColumnType(int, int) throws java.sql.SQLException;
80218 method public void setColumnTypeName(int, String) throws java.sql.SQLException;
80219 method public void setCurrency(int, boolean) throws java.sql.SQLException;
80220 method public void setNullable(int, int) throws java.sql.SQLException;
80221 method public void setPrecision(int, int) throws java.sql.SQLException;
80222 method public void setScale(int, int) throws java.sql.SQLException;
80223 method public void setSchemaName(int, String) throws java.sql.SQLException;
80224 method public void setSearchable(int, boolean) throws java.sql.SQLException;
80225 method public void setSigned(int, boolean) throws java.sql.SQLException;
80226 method public void setTableName(int, String) throws java.sql.SQLException;
80230 method public void readData(javax.sql.RowSetInternal) throws java.sql.SQLException;
80234 method public boolean writeData(javax.sql.RowSetInternal) throws java.sql.SQLException;
80238 ctor public StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement);
80239 …ctor public StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement, java.sql.SQLExc…
80240 method public java.sql.SQLException getSQLException();
80241 method public java.sql.PreparedStatement getStatement();
80245 method public void statementClosed(javax.sql.StatementEvent);
80246 method public void statementErrorOccurred(javax.sql.StatementEvent);