public class TableNameCompleter extends Object implements jline.console.completer.Completer
| Constructor and Description |
|---|
TableNameCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int pos,
List<CharSequence> candidates)
Returns this index in the buffer where the completion applies.
|
void |
connect(ConnectionInfo conInfo) |
void |
disconnect() |
public int complete(String buffer, int pos, List<CharSequence> candidates)
complete in interface jline.console.completer.Completerpublic void connect(ConnectionInfo conInfo)
public void disconnect()
Copyright © 2015. All rights reserved.