public class SqlCompleter extends Object implements org.jline.reader.Completer
Constructor and Description |
---|
SqlCompleter(String sessionId,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
complete(org.jline.reader.LineReader reader,
org.jline.reader.ParsedLine line,
List<org.jline.reader.Candidate> candidates) |
public void complete(org.jline.reader.LineReader reader, org.jline.reader.ParsedLine line, List<org.jline.reader.Candidate> candidates)
complete
in interface org.jline.reader.Completer
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.