public class SqlMultiLineParser
extends org.jline.reader.impl.DefaultParser
Quoting and escaping are disabled for now.
| Constructor and Description |
|---|
SqlMultiLineParser() |
| Modifier and Type | Method and Description |
|---|---|
org.jline.reader.ParsedLine |
parse(String line,
int cursor,
org.jline.reader.Parser.ParseContext context) |
eofOnEscapedNewLine, eofOnUnclosedQuote, escapeChars, getEscapeChars, getQuoteChars, isDelimiter, isDelimiterChar, isEofOnEscapedNewLine, isEofOnUnclosedQuote, isEscapeChar, isEscaped, isQuoteChar, isQuoted, quoteChars, setEofOnEscapedNewLine, setEofOnUnclosedQuote, setEscapeChars, setQuoteCharspublic org.jline.reader.ParsedLine parse(String line, int cursor, org.jline.reader.Parser.ParseContext context)
parse in interface org.jline.reader.Parserparse in class org.jline.reader.impl.DefaultParserCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.