RowAccessRights

This sample application show how to emulate per-row access rights so that each user can only access rows created by the given user.

Methods
static void main(String... args)
Called when ran from command line.
static void main(String... args) throws Exception
Called when ran from command line.
Parameters:
args - ignored
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