FullText.FullTextTrigger
Trigger updates the index when a inserting, updating, or deleting a row.
| Methods |
| void |
delete(Connection conn, Object[] row)
Delete a row from the index.
|
| void |
delete(Connection conn, Object[] row) throws SQLException
Delete a row from the index.
Parameters:
conn - to use
row - the row
|
| void |
insert(Connection conn, Object[] row)
Add a row to the index.
|
| void |
insert(Connection conn, Object[] row) throws SQLException
Add a row to the index.
Parameters:
conn - to use
row - the row
|
|