UpdatableView
This sample application shows how to use triggers to create updatable views.
| Methods |
| static void |
main(String... args)
This method is called when executing this sample application from the
command line.
|
| static void |
main(String... args) throws Exception
This method is called when executing this sample application from the
command line.
Parameters:
args - the command line parameters
|
| void |
fire(Connection conn, ResultSet oldRow, ResultSet newRow)
|
| void |
fire(Connection conn, ResultSet oldRow, ResultSet newRow) throws SQLException
|
| void |
init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type)
|
| void |
init(Connection conn, String schemaName, String triggerName, String tableName, boolean before, int type) throws SQLException
|
|