Skip navigation links
A C E F G H I J L M P R S T U V 

A

AutoSuggester - Class in com.intigua.antlr4.autosuggest
Suggests completions for given text, using a given ANTLR4 grammar.
AutoSuggester(LexerAndParserFactory, String) - Constructor for class com.intigua.antlr4.autosuggest.AutoSuggester
 

C

CasePreference - Enum in com.intigua.antlr4.autosuggest
 
com.intigua.antlr4.autosuggest - package com.intigua.antlr4.autosuggest
 
createLexer(CharStream) - Method in interface com.intigua.antlr4.autosuggest.LexerFactory
 
createLexer(CharStream) - Method in class com.intigua.antlr4.autosuggest.ReflectionLexerAndParserFactory
 
createParser(TokenStream) - Method in interface com.intigua.antlr4.autosuggest.ParserFactory
 
createParser(TokenStream) - Method in class com.intigua.antlr4.autosuggest.ReflectionLexerAndParserFactory
 

E

equals(Object) - Method in class com.intigua.antlr4.autosuggest.TransitionWrapper
 

F

FIELD_FLAG_AUTO_INCREMENT - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_BINARY - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_BLOB - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_MULTIPLE_KEY - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_NOT_NULL - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_PRIMARY_KEY - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_UNIQUE_KEY - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_UNSIGNED - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_FLAG_ZEROFILL - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_BIT - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_BLOB - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_DATE - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_DATETIME - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_DECIMAL - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_DOUBLE - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_ENUM - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_FLOAT - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_GEOMETRY - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_INT24 - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_JSON - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_LONG - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_LONG_BLOB - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_LONGLONG - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_MEDIUM_BLOB - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_NEWDECIMAL - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_NULL - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_SET - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_SHORT - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_STRING - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_TIME - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_TIMESTAMP - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_TINY - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_TINY_BLOB - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_VAR_STRING - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_VARCHAR - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
FIELD_TYPE_YEAR - Static variable in enum tech.mlsql.autosuggest.app.MysqlType
 
findStateByRuleNumber(int) - Method in class com.intigua.antlr4.autosuggest.LexerWrapper
 

G

getByJdbcType(int) - Static method in enum tech.mlsql.autosuggest.app.MysqlType
 
getClassName() - Method in enum tech.mlsql.autosuggest.app.MysqlType
 
getCreateParams() - Method in enum tech.mlsql.autosuggest.app.MysqlType
 
getJdbcType() - Method in enum tech.mlsql.autosuggest.app.MysqlType
 
getName() - Method in enum tech.mlsql.autosuggest.app.MysqlType
 
getPrecision() - Method in enum tech.mlsql.autosuggest.app.MysqlType
The PRECISION column represents the maximum column size that the server supports for the given datatype.
getRuleNames() - Method in class com.intigua.antlr4.autosuggest.LexerWrapper
 
getVendor() - Method in enum tech.mlsql.autosuggest.app.MysqlType
 
getVendorTypeNumber() - Method in enum tech.mlsql.autosuggest.app.MysqlType
 
getVocabulary() - Method in class com.intigua.antlr4.autosuggest.LexerWrapper
 

H

hashCode() - Method in class com.intigua.antlr4.autosuggest.TransitionWrapper
 

I

isAllowed(int) - Method in enum tech.mlsql.autosuggest.app.MysqlType
 
isDecimal() - Method in enum tech.mlsql.autosuggest.app.MysqlType
Checks if the MySQL Type is a Decimal/Number Type
isSigned(MysqlType) - Static method in enum tech.mlsql.autosuggest.app.MysqlType
 

J

javaClass - Variable in enum tech.mlsql.autosuggest.app.MysqlType
 
jdbcType - Variable in enum tech.mlsql.autosuggest.app.MysqlType
 

L

LexerAndParserFactory - Interface in com.intigua.antlr4.autosuggest
 
LexerFactory - Interface in com.intigua.antlr4.autosuggest
 
LexerWrapper - Class in com.intigua.antlr4.autosuggest
 
LexerWrapper(LexerFactory, ToCharStream) - Constructor for class com.intigua.antlr4.autosuggest.LexerWrapper
 
LexerWrapper.TokenizationResult - Class in com.intigua.antlr4.autosuggest
 

M

MysqlType - Enum in tech.mlsql.autosuggest.app
 

P

ParserFactory - Interface in com.intigua.antlr4.autosuggest
 

R

ReflectionLexerAndParserFactory - Class in com.intigua.antlr4.autosuggest
 
ReflectionLexerAndParserFactory(Class<? extends Lexer>, Class<? extends Parser>) - Constructor for class com.intigua.antlr4.autosuggest.ReflectionLexerAndParserFactory
 

S

setCasePreference(CasePreference) - Method in class com.intigua.antlr4.autosuggest.AutoSuggester
 
suggestCompletions() - Method in class com.intigua.antlr4.autosuggest.AutoSuggester
 
supportsConvert(int, int) - Static method in enum tech.mlsql.autosuggest.app.MysqlType
Is CONVERT between the given SQL types supported?

T

tech.mlsql.autosuggest.app - package tech.mlsql.autosuggest.app
 
ToCharStream - Interface in com.intigua.antlr4.autosuggest
3/6/2020 WilliamZhu([email protected])
toCharStream(String) - Method in interface com.intigua.antlr4.autosuggest.ToCharStream
 
TokenizationResult() - Constructor for class com.intigua.antlr4.autosuggest.LexerWrapper.TokenizationResult
 
tokenizeNonDefaultChannel(String) - Method in class com.intigua.antlr4.autosuggest.LexerWrapper
 
tokens - Variable in class com.intigua.antlr4.autosuggest.LexerWrapper.TokenizationResult
 
toString() - Method in class com.intigua.antlr4.autosuggest.TransitionWrapper
 
TransitionWrapper - Class in com.intigua.antlr4.autosuggest
 
TransitionWrapper(ATNState, Transition) - Constructor for class com.intigua.antlr4.autosuggest.TransitionWrapper
 

U

untokenizedText - Variable in class com.intigua.antlr4.autosuggest.LexerWrapper.TokenizationResult
 

V

valueOf(String) - Static method in enum com.intigua.antlr4.autosuggest.CasePreference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.mlsql.autosuggest.app.MysqlType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.intigua.antlr4.autosuggest.CasePreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.mlsql.autosuggest.app.MysqlType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I J L M P R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.