this.maxRowsQueued = queueSize;
this.table = table;
vectorIndex = SqlToIndex();
this.triggerClassName = triggerClassName;
rowsQueued = 0;
pendingQueue = new HsqlDeque();
if (vectorIndex < 0) {
throw Trace.error(Trace.UNEXPECTED_TOKEN,
Trace.CREATE_TRIGGER_COMMAND_1);
}