public class TriggerOldTransitionRows extends UpdatableVTITemplate
This class implements only JDBC 1.2, not JDBC 2.0. You cannot compile this class with JDK1.2, since it implements only the JDBC 1.2 ResultSet interface and not the JDBC 2.0 ResultSet interface. You can only use this class in a JDK 1.2 runtime environment if no JDBC 2.0 calls are made against it.
Modifier and Type | Field and Description |
---|---|
private java.sql.ResultSet |
resultSet |
Constructor and Description |
---|
TriggerOldTransitionRows()
Construct a VTI on the trigger's old row set.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.sql.ResultSet |
executeQuery() |
int |
getResultSetConcurrency() |
private java.sql.ResultSet |
initializeResultSet() |
addBatch, addBatch, cancel, clearBatch, clearParameters, clearWarnings, closeOnCompletion, execute, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMetaData, getMoreResults, getMoreResults, getParameterMetaData, getQueryTimeout, getResultSet, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setPoolable, setQueryTimeout, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TriggerOldTransitionRows() throws java.sql.SQLException
java.sql.SQLException
- thrown if no trigger activeprivate java.sql.ResultSet initializeResultSet() throws java.sql.SQLException
java.sql.SQLException
public java.sql.ResultSet executeQuery() throws java.sql.SQLException
executeQuery
in interface java.sql.PreparedStatement
executeQuery
in class UpdatableVTITemplate
java.sql.SQLException
- on unexpected JDBC errorPreparedStatement
public int getResultSetConcurrency()
getResultSetConcurrency
in interface java.sql.Statement
getResultSetConcurrency
in class UpdatableVTITemplate
Statement
public void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
close
in interface java.sql.Statement
close
in class UpdatableVTITemplate
java.sql.SQLException
- on unexpected JDBC errorStatement
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.