public abstract class JDBCOperation extends Object
| Constructor and Description |
|---|
JDBCOperation(String selector) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canProcess(Map<String,Object> fixtureInput) |
protected String |
exceptionMessagePrefix() |
protected void |
executeStatement(JDBCHandler handler,
String buffer) |
protected void |
process(JDBCHandler handler,
Map<String,Object> fixtureInput) |
protected abstract void |
processOperation(JDBCHandler handler,
Object fixtureInput) |
protected String |
selector() |
protected final String selector
public JDBCOperation(String selector)
protected void process(JDBCHandler handler, Map<String,Object> fixtureInput) throws FixtureException
FixtureExceptionprotected abstract void processOperation(JDBCHandler handler, Object fixtureInput) throws FixtureException
FixtureExceptionprotected String selector()
protected String exceptionMessagePrefix()
protected void executeStatement(JDBCHandler handler, String buffer) throws FixtureException
FixtureExceptionCopyright © 2016. All rights reserved.