public interface ISVNSqlJetTrigger
| Modifier and Type | Method and Description |
|---|---|
void |
beforeDelete(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor) |
void |
beforeInsert(org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction,
org.tmatesoft.sqljet.core.table.ISqlJetTable table,
Map<String,Object> newValues) |
void |
beforeUpdate(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor,
Map<String,Object> newValues) |
void |
statementCompleted(org.tmatesoft.sqljet.core.table.SqlJetDb db,
org.tmatesoft.sqljet.core.SqlJetException error) |
void |
statementStarted(org.tmatesoft.sqljet.core.table.SqlJetDb db) |
void beforeUpdate(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor,
Map<String,Object> newValues)
throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetExceptionvoid beforeDelete(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor)
throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetExceptionvoid beforeInsert(org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction,
org.tmatesoft.sqljet.core.table.ISqlJetTable table,
Map<String,Object> newValues)
throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetExceptionvoid statementStarted(org.tmatesoft.sqljet.core.table.SqlJetDb db)
throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetExceptionvoid statementCompleted(org.tmatesoft.sqljet.core.table.SqlJetDb db,
org.tmatesoft.sqljet.core.SqlJetException error)
throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetExceptionCopyright © 2025. All rights reserved.