✓
public abstract interface Statement
extends java.lang.AutoCloseable, java.sql.Wrapper
Fields
- ✓public static final int CLOSE_ALL_RESULTS = 3
- ✓public static final int CLOSE_CURRENT_RESULT = 1
- ✓public static final int EXECUTE_FAILED = -3
- ✓public static final int KEEP_CURRENT_RESULT = 2
- ✓public static final int NO_GENERATED_KEYS = 2
- ✓public static final int RETURN_GENERATED_KEYS = 1
- ✓public static final int SUCCESS_NO_INFO = -2
Methods
- ✓public abstract void addBatch(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract void cancel() throws java.sql.SQLException
- ✓public abstract void clearBatch() throws java.sql.SQLException
- ✓public abstract void clearWarnings() throws java.sql.SQLException
- ✓public abstract void close() throws java.sql.SQLException
- ✓public abstract void closeOnCompletion() throws java.sql.SQLException
- ✓public default java.lang.String enquoteIdentifier(java.lang.String arg0, boolean arg1) throws java.sql.SQLException
- ✓public default java.lang.String enquoteLiteral(java.lang.String arg0) throws java.sql.SQLException
- ✓public default java.lang.String enquoteNCharLiteral(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract boolean execute(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract boolean execute(java.lang.String arg0, int arg1) throws java.sql.SQLException
- ✓public abstract boolean execute(java.lang.String arg0, int[] arg1) throws java.sql.SQLException
- ✓public abstract boolean execute(java.lang.String arg0, java.lang.String[] arg1) throws java.sql.SQLException
- ✓public abstract int[] executeBatch() throws java.sql.SQLException
- ✓public default long[] executeLargeBatch() throws java.sql.SQLException
- ✓public default long executeLargeUpdate(java.lang.String arg0) throws java.sql.SQLException
- ✓public default long executeLargeUpdate(java.lang.String arg0, int arg1) throws java.sql.SQLException
- ✓public default long executeLargeUpdate(java.lang.String arg0, int[] arg1) throws java.sql.SQLException
- ✓public default long executeLargeUpdate(java.lang.String arg0, java.lang.String[] arg1) throws java.sql.SQLException
- ✓public abstract java.sql.ResultSet executeQuery(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract int executeUpdate(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract int executeUpdate(java.lang.String arg0, int arg1) throws java.sql.SQLException
- ✓public abstract int executeUpdate(java.lang.String arg0, int[] arg1) throws java.sql.SQLException
- ✓public abstract int executeUpdate(java.lang.String arg0, java.lang.String[] arg1) throws java.sql.SQLException
- ✓public abstract java.sql.Connection getConnection() throws java.sql.SQLException
- ✓public abstract int getFetchDirection() throws java.sql.SQLException
- ✓public abstract int getFetchSize() throws java.sql.SQLException
- ✓public abstract java.sql.ResultSet getGeneratedKeys() throws java.sql.SQLException
- ✓public default long getLargeMaxRows() throws java.sql.SQLException
- ✓public default long getLargeUpdateCount() throws java.sql.SQLException
- ✓public abstract int getMaxFieldSize() throws java.sql.SQLException
- ✓public abstract int getMaxRows() throws java.sql.SQLException
- ✓public abstract boolean getMoreResults() throws java.sql.SQLException
- ✓public abstract boolean getMoreResults(int arg0) throws java.sql.SQLException
- ✓public abstract int getQueryTimeout() throws java.sql.SQLException
- ✓public abstract java.sql.ResultSet getResultSet() throws java.sql.SQLException
- ✓public abstract int getResultSetConcurrency() throws java.sql.SQLException
- ✓public abstract int getResultSetHoldability() throws java.sql.SQLException
- ✓public abstract int getResultSetType() throws java.sql.SQLException
- ✓public abstract int getUpdateCount() throws java.sql.SQLException
- ✓public abstract java.sql.SQLWarning getWarnings() throws java.sql.SQLException
- ✓public abstract boolean isCloseOnCompletion() throws java.sql.SQLException
- ✓public abstract boolean isClosed() throws java.sql.SQLException
- ✓public abstract boolean isPoolable() throws java.sql.SQLException
- ✓public default boolean isSimpleIdentifier(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract void setCursorName(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract void setEscapeProcessing(boolean arg0) throws java.sql.SQLException
- ✓public abstract void setFetchDirection(int arg0) throws java.sql.SQLException
- ✓public abstract void setFetchSize(int arg0) throws java.sql.SQLException
- ✓public default void setLargeMaxRows(long arg0) throws java.sql.SQLException
- ✓public abstract void setMaxFieldSize(int arg0) throws java.sql.SQLException
- ✓public abstract void setMaxRows(int arg0) throws java.sql.SQLException
- ✓public abstract void setPoolable(boolean arg0) throws java.sql.SQLException
- ✓public abstract void setQueryTimeout(int arg0) throws java.sql.SQLException