|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatementBuilder | |
|---|---|
| org.dbmaintain.script.parser.impl | |
| org.dbmaintain.script.parser.parsingstate | |
| org.dbmaintain.script.parser.parsingstate.impl | |
| Uses of StatementBuilder in org.dbmaintain.script.parser.impl |
|---|
| Methods in org.dbmaintain.script.parser.impl that return StatementBuilder | |
|---|---|
protected StatementBuilder |
DefaultScriptParser.createStatementBuilder()
Factory method for the statement builder. |
| Uses of StatementBuilder in org.dbmaintain.script.parser.parsingstate |
|---|
| Methods in org.dbmaintain.script.parser.parsingstate with parameters of type StatementBuilder | |
|---|---|
HandleNextCharacterResult |
ParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Calculates the next parsing state from the given characters and the statement being built |
| Uses of StatementBuilder in org.dbmaintain.script.parser.parsingstate.impl |
|---|
| Methods in org.dbmaintain.script.parser.parsingstate.impl with parameters of type StatementBuilder | |
|---|---|
HandleNextCharacterResult |
InSingleQuotesParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the literal is reached. |
HandleNextCharacterResult |
InLineCommentParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the line comment is reached. |
HandleNextCharacterResult |
InDoubleQuotesParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the literal is reached. |
HandleNextCharacterResult |
InCurlyBraceBlockCommentParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the block comment is reached. |
HandleNextCharacterResult |
InBlockCommentParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines whether the end of the block comment is reached. |
HandleNextCharacterResult |
EscapingParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
|
HandleNextCharacterResult |
BaseNormalParsingState.getNextParsingState(Character previousChar,
Character currentChar,
Character nextChar,
StatementBuilder statementBuilder)
Determines the next state. |
protected boolean |
SqlStatementNormalParsingState.isEndOfStatement(Character previousChar,
Character currentChar,
StatementBuilder statementBuilder)
|
protected boolean |
PlSqlBlockNormalParsingState.isEndOfStatement(Character previousChar,
Character currentChar,
StatementBuilder statementBuilder)
|
protected abstract boolean |
BaseNormalParsingState.isEndOfStatement(Character previousChar,
Character currentChar,
StatementBuilder statementBuilder)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||