![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.StatementContext:

Definition at line 52 of file StatementContext.java.
Public Member Functions | |
| int | priority () |
| At statement end, statement contexts are finished in priority order, lowest number first. | |
| void | finish (boolean abort) throws SQLException, IOException |
| Called at statement end (not necessarily a transaction end) or if the statement aborts. | |
|
|
Called at statement end (not necessarily a transaction end) or if the statement aborts.
Implemented in com.quadcap.sql.AggregateExpression.AggregateSessionState, com.quadcap.sql.DeletedRows, com.quadcap.sql.ExportedKeys, com.quadcap.sql.InExpression.InSessionState, and com.quadcap.sql.UpdateIndex. Referenced by com.quadcap.sql.Session.finishContexts(), and com.quadcap.sql.Connection.finishContexts(). |
|
|
At statement end, statement contexts are finished in priority order, lowest number first.
Implemented in com.quadcap.sql.AggregateExpression.AggregateSessionState, com.quadcap.sql.DeletedRows, com.quadcap.sql.ExportedKeys, com.quadcap.sql.InExpression.InSessionState, and com.quadcap.sql.UpdateIndex. Referenced by com.quadcap.sql.Session.finishContexts(), and com.quadcap.sql.Connection.finishContexts(). |