public static class P2JPostgreSQLDialect.PgScriptSplitter extends java.lang.Object implements ScriptSplitter
ScriptSplitter.State| Modifier and Type | Field and Description |
|---|---|
protected ScriptSplitter.State |
currentState
The current state of the automaton.
|
| Constructor and Description |
|---|
PgScriptSplitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
state(ScriptSplitter.State state)
Forcibly set the splitter state
|
ScriptSplitter.State |
state(java.lang.String line)
Process next line and return a new state
|
protected ScriptSplitter.State currentState
public void state(ScriptSplitter.State state)
state in interface ScriptSplitterstate - new state;public ScriptSplitter.State state(java.lang.String line)
state in interface ScriptSplitterline - next sline to be processed