public abstract class TriggerBase extends Object implements org.hsqldb.Trigger
Modifier and Type | Field and Description |
---|---|
static String |
ESCAPE_PREFIX |
static Persist2Jet |
P2A |
Constructor and Description |
---|
TriggerBase() |
Modifier and Type | Method and Description |
---|---|
void |
checkContext() |
void |
convertRowTypes(Object[] values,
com.healthmarketscience.jackcess.Table table) |
protected Map<String,Object> |
getRowPattern(Object[] values,
com.healthmarketscience.jackcess.Table t) |
protected com.healthmarketscience.jackcess.Table |
getTable(String tableName,
UcanaccessConnection conn) |
public static final Persist2Jet P2A
public static final String ESCAPE_PREFIX
public void convertRowTypes(Object[] values, com.healthmarketscience.jackcess.Table table) throws SQLException
SQLException
public void checkContext()
protected Map<String,Object> getRowPattern(Object[] values, com.healthmarketscience.jackcess.Table t) throws SQLException
SQLException
protected com.healthmarketscience.jackcess.Table getTable(String tableName, UcanaccessConnection conn) throws IOException
IOException
Copyright © 2012–2018 UCanAccess. All rights reserved.