Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

G

generalColumnDesc - Variable in class adql.db.DBCommonColumn
 
generateDBTable(ADQLQuery, String) - Static method in class adql.db.DBChecker
Generate a DBTable corresponding to the given sub-query with the given table name.
generateJoinColumn(FromContent, DBColumn, ADQLColumn) - Method in class adql.translator.SQLServerTranslator
Generate an ADQL column of the given table and with the given metadata.
generateParseException() - Method in class adql.parser.ADQLParser
Generate ParseException.
GeometryExpression() - Method in class adql.parser.ADQLParser
 
GeometryFunction() - Method in class adql.parser.ADQLParser
 
GeometryFunction - Class in adql.query.operand.function.geometry
It represents any geometric function of ADQL.
GeometryFunction() - Constructor for class adql.query.operand.function.geometry.GeometryFunction
Builds a geometry function with no coordinate system.
GeometryFunction(ADQLOperand) - Constructor for class adql.query.operand.function.geometry.GeometryFunction
Builds a geometry function with its coordinate system.
GeometryFunction(GeometryFunction) - Constructor for class adql.query.operand.function.geometry.GeometryFunction
Builds a geometry function by copying the given one.
GeometryFunction.GeometryValue<F extends GeometryFunction> - Class in adql.query.operand.function.geometry
This class represents a parameter of a geometry function which, in general, is either a GeometryFunction or a Column.
GeometryValue(ADQLColumn) - Constructor for class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
GeometryValue(F) - Constructor for class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
GeometryValue(GeometryFunction.GeometryValue<F>) - Constructor for class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
GeometryValueFunction() - Method in class adql.parser.ADQLParser
 
geomExpr - Variable in class adql.query.operand.function.geometry.ExtractCoordSys
The geometry from which the coordinate system string must be extracted.
get(int) - Method in class adql.parser.IdentifierItems
Gets the whole ind-th identifier/field.
get(int) - Method in class adql.query.ADQLList
Gets the specified ADQL item.
get(String) - Method in class cds.utils.TextualSearchList
Searches (CASE-INSENSITIVE) the object which has the given key.
get(String, boolean) - Method in class cds.utils.TextualSearchList
Searches of all the object which has the given key.
getADQLCatalogName() - Method in interface adql.db.DBTable
Gets the ADQL name of the catalog which contains this table.
getADQLCatalogName() - Method in class adql.db.DefaultDBTable
 
getADQLName() - Method in interface adql.db.DBColumn
Gets the name of this column (without any prefix and double-quotes).
getADQLName() - Method in class adql.db.DBCommonColumn
 
getADQLName() - Method in interface adql.db.DBTable
Gets the name of this table (without any prefix and double-quotes).
getADQLName() - Method in class adql.db.DefaultDBColumn
 
getADQLName() - Method in class adql.db.DefaultDBTable
 
getADQLSchemaName() - Method in interface adql.db.DBTable
Gets the ADQL name of the schema which contains this table.
getADQLSchemaName() - Method in class adql.db.DefaultDBTable
 
getAdqlTable() - Method in class adql.query.ColumnReference
Gets the ADQLTable from which this column is supposed to come.
getAdqlTable() - Method in class adql.query.operand.ADQLColumn
Gets the ADQLTable from which this column is supposed to come.
getAdqlTable() - Method in class adql.query.SelectAllColumns
Gets the table whose all columns must be selected.
getAlias() - Method in class adql.query.from.ADQLTable
Gets the label of this table.
getAlias() - Method in class adql.query.SelectItem
Gets the alias of the corresponding operand.
getBeginColumn() - Method in class adql.parser.IdentifierItems
 
getBeginColumn() - Method in class adql.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class adql.parser.IdentifierItems
 
getBeginLine() - Method in class adql.parser.SimpleCharStream
Get token beginning line number.
getCaseSensitive() - Method in class adql.query.from.ADQLTable
Gets the whole case sensitivity of this ADQL table.
getCaseSensitive() - Method in class adql.query.operand.ADQLColumn
Gets the whole case sensitivity of this ADQL column.
getCaseSensitivity() - Method in class adql.parser.IdentifierItems
 
getCatalog() - Method in class adql.parser.IdentifierItems
 
getCatalogName() - Method in class adql.query.from.ADQLTable
Gets the name of the catalog which contains this table.
getCatalogName() - Method in class adql.query.operand.ADQLColumn
Gets the name of the catalog which contains this column.
getColumn(String, boolean) - Method in interface adql.db.DBTable
Gets the definition of the specified column if it exists in this table.
getColumn(String, boolean) - Method in class adql.db.DefaultDBTable
Case sensitive !
getColumn() - Method in class adql.parser.IdentifierItems
 
getColumn() - Method in class adql.parser.SimpleCharStream
Deprecated.
getColumn() - Method in class adql.query.constraint.IsNull
Gets the column whose the value is compared to NULL.
getColumnCaseSensitivity() - Method in class adql.parser.IdentifierItems
 
getColumnIndex() - Method in class adql.query.ColumnReference
Gets the index of the referenced column.
getColumnName() - Method in exception adql.db.exception.UnresolvedColumnException
 
getColumnName() - Method in class adql.query.ColumnReference
Gets the name/alias of the referenced column.
getColumnName() - Method in class adql.query.operand.ADQLColumn
Gets the name of this column.
getColumnName(DBColumn) - Method in class adql.translator.JDBCTranslator
Get the DB name of the given column
getConstraint() - Method in class adql.query.constraint.NotConstraint
Gets the constraint on which the NOT operator is applied.
getCoord1() - Method in class adql.query.operand.function.geometry.BoxFunction
Gets the first coordinate (i.e.
getCoord1() - Method in class adql.query.operand.function.geometry.CircleFunction
Gets the first coordinate of the center (i.e.
getCoord1() - Method in class adql.query.operand.function.geometry.PointFunction
Gets the first coordinate of this point.
getCoord2() - Method in class adql.query.operand.function.geometry.BoxFunction
Gets the second coordinate (i.e.
getCoord2() - Method in class adql.query.operand.function.geometry.CircleFunction
Gets the second coordinate of the center (i.e.
getCoord2() - Method in class adql.query.operand.function.geometry.PointFunction
Gets the second coordinate of this point.
getCoordinateSystem() - Method in class adql.query.operand.function.geometry.GeometryFunction
Gets the used coordinate system.
getCopy() - Method in class adql.query.ADQLList
 
getCopy() - Method in interface adql.query.ADQLObject
Gets a (deep) copy of this ADQL object.
getCopy() - Method in class adql.query.ADQLOrder
 
getCopy() - Method in class adql.query.ADQLQuery
 
getCopy() - Method in class adql.query.ClauseADQL
 
getCopy() - Method in class adql.query.ClauseConstraints
 
getCopy() - Method in class adql.query.ClauseSelect
 
getCopy() - Method in class adql.query.ColumnReference
 
getCopy() - Method in class adql.query.constraint.Between
 
getCopy() - Method in class adql.query.constraint.Comparison
 
getCopy() - Method in class adql.query.constraint.ConstraintsGroup
 
getCopy() - Method in class adql.query.constraint.Exists
 
getCopy() - Method in class adql.query.constraint.In
 
getCopy() - Method in class adql.query.constraint.IsNull
 
getCopy() - Method in class adql.query.constraint.NotConstraint
 
getCopy() - Method in class adql.query.from.ADQLJoin
 
getCopy() - Method in class adql.query.from.ADQLTable
 
getCopy() - Method in class adql.query.from.CrossJoin
 
getCopy() - Method in class adql.query.from.InnerJoin
 
getCopy() - Method in class adql.query.from.OuterJoin
 
getCopy() - Method in class adql.query.operand.ADQLColumn
 
getCopy() - Method in class adql.query.operand.Concatenation
 
getCopy() - Method in class adql.query.operand.function.DefaultUDF
 
getCopy() - Method in class adql.query.operand.function.geometry.AreaFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.BoxFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.CentroidFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.CircleFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.ContainsFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.DistanceFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.ExtractCoord
 
getCopy() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
 
getCopy() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
getCopy() - Method in class adql.query.operand.function.geometry.IntersectsFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.PointFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.PolygonFunction
 
getCopy() - Method in class adql.query.operand.function.geometry.RegionFunction
 
getCopy() - Method in class adql.query.operand.function.MathFunction
 
getCopy() - Method in class adql.query.operand.function.SQLFunction
 
getCopy() - Method in class adql.query.operand.NegativeOperand
 
getCopy() - Method in class adql.query.operand.NumericConstant
 
getCopy() - Method in class adql.query.operand.Operation
 
getCopy() - Method in class adql.query.operand.StringConstant
 
getCopy() - Method in class adql.query.operand.WrappedOperand
 
getCopy() - Method in class adql.query.SelectAllColumns
 
getCopy() - Method in class adql.query.SelectItem
 
getCoveredTables() - Method in class adql.db.DBCommonColumn
Get an iterator over the list of all tables covered by this common column.
getDatatype() - Method in interface adql.db.DBColumn
Get the type of this column (as closed as possible from the "database" type).
getDatatype() - Method in class adql.db.DBCommonColumn
 
getDatatype() - Method in class adql.db.DefaultDBColumn
 
getDBCatalogName() - Method in interface adql.db.DBTable
Gets the DB name of the catalog which contains this table.
getDBCatalogName() - Method in class adql.db.DefaultDBTable
 
getDBColumns() - Method in class adql.query.from.ADQLJoin
 
getDBColumns() - Method in class adql.query.from.ADQLTable
 
getDBColumns() - Method in interface adql.query.from.FromContent
Gets the list of all columns (~ database metadata) available in this FROM part.
getDBColumns() - Method in class adql.query.from.SQLServer_InnerJoin
 
getDBColumns(ADQLJoin) - Static method in class adql.query.from.SQLServer_InnerJoin
Gets the list of all columns (~ database metadata) available in this FROM part.
getDBColumns() - Method in class adql.query.from.SQLServer_OuterJoin
 
getDBLink() - Method in class adql.query.ColumnReference
Gets the corresponding DBColumn.
getDBLink() - Method in class adql.query.from.ADQLTable
Gets the corresponding DBTable.
getDBLink() - Method in class adql.query.operand.ADQLColumn
Gets the corresponding DBColumn.
getDBName() - Method in interface adql.db.DBColumn
Gets the name of this column in the "database".
getDBName() - Method in class adql.db.DBCommonColumn
 
getDBName() - Method in interface adql.db.DBTable
Gets the name of this table in the "database".
getDBName() - Method in class adql.db.DefaultDBColumn
 
getDBName() - Method in class adql.db.DefaultDBTable
 
getDBSchemaName() - Method in interface adql.db.DBTable
Gets the DB name of the schema which contains this table.
getDBSchemaName() - Method in class adql.db.DefaultDBTable
 
getDefaultADQLFunction(ADQLFunction) - Method in class adql.translator.JDBCTranslator
Gets the default SQL output for the given ADQL function.
getDefaultADQLList(ADQLList<? extends ADQLObject>) - Method in class adql.translator.JDBCTranslator
Gets the default SQL output for a list of ADQL objects.
getDefaultADQLList(ADQLList<? extends ADQLObject>, boolean) - Method in class adql.translator.JDBCTranslator
Gets the default SQL output for a list of ADQL objects.
getDefaultColumnReference(ColumnReference) - Method in class adql.translator.JDBCTranslator
Gets the default SQL output for a column reference.
getDefaultSeparator() - Method in class adql.query.ClauseConstraints
Gets the default constraints separator (ClauseConstraints.AND or ClauseConstraints.OR).
getDefinition() - Method in class adql.query.operand.function.DefaultUDF
Get the signature/definition/description of this user defined function.
getEndColumn() - Method in class adql.parser.IdentifierItems
 
getEndColumn() - Method in class adql.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class adql.parser.IdentifierItems
 
getEndLine() - Method in class adql.parser.SimpleCharStream
Get token end line number.
getErrorColumn() - Method in error adql.parser.TokenMgrError
Gets the column at which this error occurs.
getErrorLine() - Method in error adql.parser.TokenMgrError
Gets the line at which this error occurs.
getErrors() - Method in exception adql.db.exception.UnresolvedIdentifiersException
Gets the list of all errors.
getExpectedType() - Method in class adql.query.operand.ADQLColumn
 
getExpectedType() - Method in class adql.query.operand.function.UserDefinedFunction
 
getExpectedType() - Method in interface adql.query.operand.UnknownType
Get the type expected by the syntactic parser according to the context.
getFctSignature(ADQLFunction) - Static method in exception adql.db.exception.UnresolvedFunctionException
Get the signature of the function given in parameter.
getFrom() - Method in class adql.query.ADQLQuery
Gets the FROM clause of this query.
getFullCaseSensitive(boolean) - Static method in enum adql.query.IdentifierField
Gets a byte in which all identifier parts are case sensitive or not.
getFullColumnName() - Method in class adql.query.operand.ADQLColumn
Gets the full name of this column (catalogName .
getFullColumnPrefix() - Method in class adql.query.operand.ADQLColumn
Gets the full column prefix (catalogName .
getFullTableName() - Method in class adql.query.from.ADQLTable
Gets the full name of this table (catalogName .
getFunction() - Method in exception adql.db.exception.UnresolvedFunctionException
Get the unresolved function at the origin of this exception.
getGroupBy() - Method in class adql.query.ADQLQuery
Gets the GROUP BY clause of this query.
getHaving() - Method in class adql.query.ADQLQuery
Gets the HAVING clause of this query.
getHeight() - Method in class adql.query.operand.function.geometry.BoxFunction
Gets the height of the box.
getIdentifier(int) - Method in class adql.parser.IdentifierItems
Gets the value of the ind-th identifier/field.
GetImage() - Method in class adql.parser.SimpleCharStream
Get token literal value.
getJoinCondition() - Method in class adql.query.from.ADQLJoin
Gets the condition of this join (that's to say: the condition which follows the keyword ON).
getJoinedColumns() - Method in class adql.query.from.ADQLJoin
Gets the list of all columns on which the join is done (that's to say: the list of columns given with the keyword USING).
getJoinType() - Method in class adql.query.from.ADQLJoin
Gets the type of this join.
getJoinType() - Method in class adql.query.from.CrossJoin
 
getJoinType() - Method in class adql.query.from.InnerJoin
 
getJoinType() - Method in class adql.query.from.OuterJoin
 
getKey(E) - Method in class cds.utils.TextualSearchList.DefaultKeyExtractor
 
getKey(E) - Method in interface cds.utils.TextualSearchList.KeyExtractor
Extracts an UNIQUE textual key (case-sensitive) from the given object.
getLeftOperand() - Method in class adql.query.constraint.Between
Gets the left operand of this BETWEEN constraint.
getLeftOperand() - Method in class adql.query.constraint.Comparison
Gets the left part of the comparison.
getLeftOperand() - Method in class adql.query.operand.Operation
Gets the left part of the operation.
getLeftParam() - Method in class adql.query.operand.function.geometry.ContainsFunction
 
getLeftParam() - Method in class adql.query.operand.function.geometry.IntersectsFunction
 
getLeftTable() - Method in class adql.query.from.ADQLJoin
Gets the left "table" of this join.
getLimit() - Method in class adql.query.ClauseSelect
Gets the maximum number of rows imposed by this SELECT clause.
getLine() - Method in class adql.parser.SimpleCharStream
Deprecated.
getMaxOperand() - Method in class adql.query.constraint.Between
Gets the operand which represents the maximum value.
getMessage() - Method in exception adql.db.exception.UnresolvedIdentifiersException
Only tells how many identifiers have not been resolved.
getMessage() - Method in error adql.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinOperand() - Method in class adql.query.constraint.Between
Gets the operand which represents the minimum value.
getName() - Method in class adql.query.ADQLList
 
getName() - Method in interface adql.query.ADQLObject
Gets the name of this object in ADQL.
getName() - Method in class adql.query.ADQLOrder
 
getName() - Method in class adql.query.ADQLQuery
 
getName() - Method in class adql.query.ColumnReference
 
getName() - Method in class adql.query.constraint.Between
 
getName() - Method in class adql.query.constraint.Comparison
 
getName() - Method in class adql.query.constraint.Exists
 
getName() - Method in class adql.query.constraint.In
 
getName() - Method in class adql.query.constraint.IsNull
 
getName() - Method in class adql.query.constraint.NotConstraint
 
getName() - Method in class adql.query.from.ADQLJoin
 
getName() - Method in class adql.query.from.ADQLTable
 
getName() - Method in class adql.query.operand.ADQLColumn
 
getName() - Method in class adql.query.operand.function.DefaultUDF
 
getName() - Method in class adql.query.operand.function.geometry.AreaFunction
 
getName() - Method in class adql.query.operand.function.geometry.BoxFunction
 
getName() - Method in class adql.query.operand.function.geometry.CentroidFunction
 
getName() - Method in class adql.query.operand.function.geometry.CircleFunction
 
getName() - Method in class adql.query.operand.function.geometry.ContainsFunction
 
getName() - Method in class adql.query.operand.function.geometry.DistanceFunction
 
getName() - Method in class adql.query.operand.function.geometry.ExtractCoord
 
getName() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
 
getName() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
getName() - Method in class adql.query.operand.function.geometry.IntersectsFunction
 
getName() - Method in class adql.query.operand.function.geometry.PointFunction
 
getName() - Method in class adql.query.operand.function.geometry.PolygonFunction
 
getName() - Method in class adql.query.operand.function.geometry.RegionFunction
 
getName() - Method in class adql.query.operand.function.MathFunction
 
getName() - Method in class adql.query.operand.function.SQLFunction
 
getName() - Method in class adql.query.operand.NegativeOperand
 
getName() - Method in class adql.query.operand.NumericConstant
 
getName() - Method in class adql.query.operand.Operation
 
getName() - Method in class adql.query.operand.StringConstant
 
getName() - Method in class adql.query.operand.WrappedOperand
 
getName() - Method in class adql.query.SelectAllColumns
 
getName() - Method in class adql.query.SelectItem
 
getNbErrors() - Method in exception adql.db.exception.UnresolvedIdentifiersException
Gets the number of unresolved identifiers.
getNbMatch() - Method in interface adql.search.ISearchHandler
Indicates how many ADQL objects have matched.
getNbMatch() - Method in class adql.search.SimpleSearchHandler
 
getNbParameters() - Method in class adql.query.operand.function.ADQLFunction
Gets the number of parameters this function has.
getNbParameters() - Method in class adql.query.operand.function.DefaultUDF
 
getNbParameters() - Method in class adql.query.operand.function.geometry.AreaFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.BoxFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.CentroidFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.CircleFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.ContainsFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.DistanceFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.ExtractCoord
 
getNbParameters() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
 
getNbParameters() - Method in class adql.query.operand.function.geometry.IntersectsFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.PointFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.PolygonFunction
 
getNbParameters() - Method in class adql.query.operand.function.geometry.RegionFunction
 
getNbParameters() - Method in class adql.query.operand.function.MathFunction
 
getNbParameters() - Method in class adql.query.operand.function.SQLFunction
 
getNbParams() - Method in class adql.db.FunctionDef
Get the number of parameters required by this function.
getNbReplacement() - Method in interface adql.search.IReplaceHandler
Gets the number of matched objects which have been successfully replaced.
getNbReplacement() - Method in class adql.search.SimpleReplaceHandler
 
getNbTableAliases() - Method in class adql.db.SearchColumnList
 
getNextToken() - Method in class adql.parser.ADQLParser
Get the next Token.
getNextToken() - Method in class adql.parser.ADQLParserTokenManager
Get the next Token.
getNumericValue() - Method in class adql.query.operand.NumericConstant
 
getOperand() - Method in class adql.query.constraint.In
Gets the left operand of this IN constraint.
getOperand() - Method in class adql.query.operand.NegativeOperand
Gets the operand on which the minus sign is applied.
getOperand() - Method in class adql.query.operand.WrappedOperand
Gets the wrapped operand.
getOperand() - Method in class adql.query.SelectItem
Gets the corresponding operand.
getOperation() - Method in class adql.query.operand.Operation
Gets the operation symbol.
getOperator() - Method in class adql.query.constraint.Comparison
Gets the comparison symbol.
getOperator(String) - Static method in enum adql.query.constraint.ComparisonOperator
 
getOperator(String) - Static method in enum adql.query.operand.OperationType
 
getOperators() - Static method in enum adql.query.operand.OperationType
 
getOrderBy() - Method in class adql.query.ADQLQuery
Gets the ORDER BY clause of this query.
getOriginTable() - Method in class adql.db.DBTableAlias
Get the aliased/wrapped table.
getP1() - Method in class adql.query.operand.function.geometry.DistanceFunction
Gets the first point.
getP2() - Method in class adql.query.operand.function.geometry.DistanceFunction
Gets the second point.
getParam(int) - Method in class adql.db.FunctionDef
Get the definition of the indParam-th parameter of this function.
getParameter(int) - Method in class adql.query.operand.function.ADQLFunction
Gets the index-th parameter.
getParameter(int) - Method in class adql.query.operand.function.DefaultUDF
 
getParameter() - Method in class adql.query.operand.function.geometry.AreaFunction
Gets the parameter of the AREA function (so, a region whose the area must be computed).
getParameter(int) - Method in class adql.query.operand.function.geometry.AreaFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.BoxFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.CentroidFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.CircleFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.ContainsFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.DistanceFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.ExtractCoord
 
getParameter(int) - Method in class adql.query.operand.function.geometry.ExtractCoordSys
 
getParameter(int) - Method in class adql.query.operand.function.geometry.IntersectsFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.PointFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.PolygonFunction
 
getParameter(int) - Method in class adql.query.operand.function.geometry.RegionFunction
 
getParameter(int) - Method in class adql.query.operand.function.MathFunction
 
getParameter(int) - Method in class adql.query.operand.function.SQLFunction
 
getParameters() - Method in class adql.query.operand.function.ADQLFunction
Gets the list of all parameters of this function.
getParameters() - Method in class adql.query.operand.function.DefaultUDF
 
getParameters() - Method in class adql.query.operand.function.geometry.AreaFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.BoxFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.CentroidFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.CircleFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.ContainsFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.DistanceFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.ExtractCoord
 
getParameters() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
 
getParameters() - Method in class adql.query.operand.function.geometry.IntersectsFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.PointFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.PolygonFunction
 
getParameters() - Method in class adql.query.operand.function.geometry.RegionFunction
 
getParameters() - Method in class adql.query.operand.function.MathFunction
 
getParameters() - Method in class adql.query.operand.function.SQLFunction
 
getPosition() - Method in class adql.parser.IdentifierItems
 
getPosition() - Method in exception adql.parser.ParseException
Gets the position in the ADQL query of the token which generates this exception.
getPosition() - Method in class adql.query.ADQLList
 
getPosition() - Method in interface adql.query.ADQLObject
Gets the position of this object/token in the ADQL query.
getPosition() - Method in class adql.query.ADQLQuery
 
getPosition() - Method in class adql.query.ColumnReference
Gets the position in the original ADQL query string.
getPosition() - Method in class adql.query.constraint.Between
 
getPosition() - Method in class adql.query.constraint.Comparison
 
getPosition() - Method in class adql.query.constraint.Exists
 
getPosition() - Method in class adql.query.constraint.In
 
getPosition() - Method in class adql.query.constraint.IsNull
 
getPosition() - Method in class adql.query.constraint.NotConstraint
 
getPosition() - Method in class adql.query.from.ADQLJoin
 
getPosition() - Method in class adql.query.from.ADQLTable
Gets the position in the original ADQL query string.
getPosition() - Method in class adql.query.operand.ADQLColumn
 
getPosition() - Method in class adql.query.operand.function.ADQLFunction
 
getPosition() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
getPosition() - Method in class adql.query.operand.NegativeOperand
 
getPosition() - Method in class adql.query.operand.NumericConstant
 
getPosition() - Method in class adql.query.operand.Operation
 
getPosition() - Method in class adql.query.operand.StringConstant
 
getPosition() - Method in class adql.query.operand.WrappedOperand
 
getPosition() - Method in class adql.query.SelectItem
 
getPossibleSeparators() - Method in class adql.query.ADQLList
Gets the list of all possible separators for this ADQLList.
getPossibleSeparators() - Method in class adql.query.ClauseADQL
Possible separators: only ",".
getPossibleSeparators() - Method in class adql.query.ClauseConstraints
Only two values in this case: the both logical separators: AND and OR.
getPossibleSeparators() - Method in class adql.query.operand.Concatenation
 
getQualifiedSchemaName(DBTable) - Method in class adql.translator.JDBCTranslator
Get the qualified DB name of the schema containing the given table.
getQualifiedTableName(DBTable) - Method in class adql.translator.JDBCTranslator
Get the qualified DB name of the given table.
getQuery() - Method in class adql.query.SelectAllColumns
Gets the query whose all available columns must be selected.
getQueryChecker() - Method in class adql.parser.ADQLParser
 
getQueryFactory() - Method in class adql.parser.ADQLParser
 
getRadius() - Method in class adql.query.operand.function.geometry.CircleFunction
Gets the radius of the center.
getReplacer(ADQLObject) - Method in class adql.search.RemoveHandler
Always returns null.
getReplacer(ADQLObject) - Method in class adql.search.SimpleReplaceHandler
Gets (generate on the fly or not) an ADQLObject which must replace the given one (expected to be an ADQLObject that has matched).
getResultingColumns() - Method in class adql.query.ADQLQuery
Gets the list of columns (database metadata) selected by this query.
getRightOperand() - Method in class adql.query.constraint.Comparison
Gets the right part of the comparison.
getRightOperand() - Method in class adql.query.operand.Operation
Gets the right part of the operation.
getRightParam() - Method in class adql.query.operand.function.geometry.ContainsFunction
 
getRightParam() - Method in class adql.query.operand.function.geometry.IntersectsFunction
 
getRightTable() - Method in class adql.query.from.ADQLJoin
Gets the right "table" of this join.
getSchema() - Method in class adql.parser.IdentifierItems
 
getSchemaName() - Method in class adql.query.from.ADQLTable
Gets the name of the schema which contains this table.
getSchemaName() - Method in class adql.query.operand.ADQLColumn
Gets the name of the schema which contains this column.
getSelect() - Method in class adql.query.ADQLQuery
Gets the SELECT clause of this query.
getSeparator(int) - Method in class adql.query.ADQLList
Gets the separator between the list items index-1 and index.
getSeparator(int) - Method in class adql.query.ClauseADQL
Returns always ",", except if the index is incorrect (index <= 0 or index >= size()).
getSeparator(int) - Method in class adql.query.ClauseConstraints
 
getSeparator(int) - Method in class adql.query.operand.Concatenation
 
getSubQuery() - Method in class adql.query.constraint.Exists
Gets the sub-query of this EXISTS constraint.
getSubQuery() - Method in class adql.query.constraint.In
Gets the sub-query (right operand) of this IN constraint.
getSubQuery() - Method in class adql.query.from.ADQLTable
Gets the sub-query used as table.
GetSuffix(int) - Method in class adql.parser.SimpleCharStream
Get the suffix.
getTable() - Method in interface adql.db.DBColumn
Gets the table which contains this DBColumn.
getTable() - Method in class adql.db.DBCommonColumn
 
getTable() - Method in class adql.db.DefaultDBColumn
 
getTable() - Method in class adql.parser.IdentifierItems
 
getTableName() - Method in exception adql.db.exception.UnresolvedTableException
 
getTableName() - Method in class adql.query.from.ADQLTable
Gets the name of the table.
getTableName() - Method in class adql.query.operand.ADQLColumn
Gets the name of the table which contains this column.
getTableName(DBTable, boolean) - Method in class adql.translator.JDBCTranslator
Get the DB name of the given table.
getTables() - Method in class adql.query.from.ADQLJoin
 
getTables() - Method in class adql.query.from.ADQLTable
 
getTables() - Method in interface adql.query.from.FromContent
Gets all ADQLTable instances contained in this FROM part (itself included, if it is an ADQLTable).
getTablesByAlias(String, boolean) - Method in class adql.query.from.ADQLJoin
 
getTablesByAlias(String, boolean) - Method in class adql.query.from.ADQLTable
 
getTablesByAlias(String, boolean) - Method in interface adql.query.from.FromContent
Gets all the table whose the alias is equals to the given one.
getTabSize() - Method in class adql.parser.SimpleCharStream
 
getToken(int) - Method in class adql.parser.ADQLParser
Get the specific Token.
getType() - Method in class adql.query.from.OuterJoin
Gets the OUTER join type (left, right or full).
getType() - Method in class adql.query.operand.function.MathFunction
Gets the type of the function (ABS, COS, SIN, ...).
getType() - Method in class adql.query.operand.function.SQLFunction
Gets the type (COUNT, SUM, AVG, ...) of this function.
getUDFClass() - Method in class adql.db.FunctionDef
Get the class of the UserDefinedFunction able to represent the function defined here in an ADQL tree.
getValue() - Method in class adql.parser.Token
An optional attribute value of the Token.
getValue() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
getValue() - Method in class adql.query.operand.NumericConstant
 
getValue() - Method in class adql.query.operand.StringConstant
 
getValuesList() - Method in class adql.query.constraint.In
Gets the values list (right operand) of this IN constraint.
getWhere() - Method in class adql.query.ADQLQuery
Gets the WHERE clause of this query.
getWidth() - Method in class adql.query.operand.function.geometry.BoxFunction
Gets the width of the box.
goInto(ADQLObject) - Method in class adql.search.SimpleSearchHandler
Indicates whether the research must continue inside the given ADQL object or not: by default, it returns always true except if the given object is an ADQL query while the research must not be recursive.
GREATER_EQUAL_THAN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
GREATER_THAN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
GROUP - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
GroupBy() - Method in class adql.parser.ADQLParser
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links