| java.lang.Object workbench.gui.completion.BaseAnalyzer
All known Subclasses: workbench.gui.completion.AlterTableAnalyzer, workbench.gui.completion.WbCommandAnalyzer, workbench.gui.completion.InsertAnalyzer, workbench.gui.completion.SelectAnalyzer, workbench.gui.completion.DdlAnalyzer, workbench.gui.completion.UpdateAnalyzer, workbench.gui.completion.DeleteAnalyzer, workbench.gui.completion.CreateAnalyzer,
BaseAnalyzer | abstract public class BaseAnalyzer (Code) | | Base class to analyze a SQL statement to find out what kind and which
objects should be included in the auto-completion window
author: support@sql-workbench.net |
CONTEXT_COLUMN_LIST | final protected static int CONTEXT_COLUMN_LIST(Code) | | |
CONTEXT_FROM_LIST | final protected static int CONTEXT_FROM_LIST(Code) | | |
CONTEXT_KW_LIST | final protected static int CONTEXT_KW_LIST(Code) | | |
CONTEXT_TABLE_LIST | final protected static int CONTEXT_TABLE_LIST(Code) | | |
CONTEXT_TABLE_OR_COLUMN_LIST | final protected static int CONTEXT_TABLE_OR_COLUMN_LIST(Code) | | |
CONTEXT_WB_PARAMS | final protected static int CONTEXT_WB_PARAMS(Code) | | |
NO_CONTEXT | final protected static int NO_CONTEXT(Code) | | |
QUALIFIER_DELIM | final public static String QUALIFIER_DELIM(Code) | | |
SELECT_WORD_DELIM | final public static String SELECT_WORD_DELIM(Code) | | |
addAllMarker | protected boolean addAllMarker(Code) | | |
context | protected int context(Code) | | |
cursorPos | final protected int cursorPos(Code) | | |
appendDotToSelection | public boolean appendDotToSelection()(Code) | | |
between | protected boolean between(int toTest, int start, int end)(Code) | | |
checkContext | abstract protected void checkContext()(Code) | | |
checkOverwrite | protected void checkOverwrite()(Code) | | |
getOverwriteCurrentWord | public boolean getOverwriteCurrentWord()(Code) | | |
getQualifierLeftOfCursor | protected String getQualifierLeftOfCursor()(Code) | | |
isColumnList | public boolean isColumnList()(Code) | | |
isKeywordList | public boolean isKeywordList()(Code) | | |
isWbParam | public boolean isWbParam()(Code) | | |
quoteCharForValue | public char quoteCharForValue(String value)(Code) | | |
retrieveObjects | public void retrieveObjects()(Code) | | |
setAppendDot | protected void setAppendDot(boolean flag)(Code) | | |
setColumnPrefix | protected void setColumnPrefix(String prefix)(Code) | | Set a prefix for columns that are added.
If this value is set, any column that the user
selects, will be prefixed with this string (plus a dot)
This is used when the FROM list in a SELECT statement
contains more than one column
|
setOverwriteCurrentWord | protected void setOverwriteCurrentWord(boolean flag)(Code) | | |
setTableTypeFilter | protected void setTableTypeFilter(String filter)(Code) | | |
|
|