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, setQuoteChars
public org.jline.reader.ParsedLine parse(String line, int cursor, org.jline.reader.Parser.ParseContext context)
parse
in interface org.jline.reader.Parser
parse
in class org.jline.reader.impl.DefaultParser
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.