- main(String[]) - Static method in class adql.parser.ADQLParser
-
Gets the specified ADQL query and parses the given ADQL query.
- match(ADQLObject) - Method in class adql.search.SearchColumnHandler
-
- match(ADQLObject) - Method in class adql.search.SimpleSearchHandler
-
Only tests whether the given ADQL object checks the search conditions.
- MathFunction() - Method in class adql.parser.ADQLParser
-
- MathFunction - Class in adql.query.operand.function
-
It represents any basic mathematical function.
- MathFunction(MathFunctionType) - Constructor for class adql.query.operand.function.MathFunction
-
Creates a mathematical function without parameter.
- MathFunction(MathFunctionType, ADQLOperand) - Constructor for class adql.query.operand.function.MathFunction
-
Creates a mathematical function with only one parameter.
- MathFunction(MathFunctionType, ADQLOperand, ADQLOperand) - Constructor for class adql.query.operand.function.MathFunction
-
Creates a mathematical function with two parameters.
- MathFunction(MathFunction) - Constructor for class adql.query.operand.function.MathFunction
-
Builds a mathematical function by copying the given one.
- MathFunctionType - Enum in adql.query.operand.function
-
All types of managed mathematical functions.
- MAX - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- maxNextCharInd - Variable in class adql.parser.SimpleCharStream
-
- MIN - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- MINUS - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- MOD - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- mustEscape(Token, Token) - Method in class adql.parser.ADQLParser
-
Tell whether the given token must be double quoted.
- MySQLTranslator - Class in adql.translator
-
Translates all ADQL objects into an SQL interrogation query designed for
MySQL.
- MySQLTranslator() - Constructor for class adql.translator.MySQLTranslator
-
Build a MySQLTranslator which always translates in SQL all identifiers
(schema, table and column) in a case sensitive manner ; in other words,
schema, table and column names will be surrounded by back-quotes in the
SQL translation.
- MySQLTranslator(boolean) - Constructor for class adql.translator.MySQLTranslator
-
Build a MySQLTranslator which always translates in SQL all identifiers
(schema, table and column) in the specified case sensitivity ; in other
words, schema, table and column names will all be surrounded or not by
back-quotes in the SQL translation.
- MySQLTranslator(boolean, boolean, boolean, boolean) - Constructor for class adql.translator.MySQLTranslator
-
Build a MySQLTranslator which will always translate in SQL identifiers
with the defined case sensitivity.