Uses of Package
org.linuxforhealth.fhir.database.utils.query
-
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.database.utils.query Class Description Alias Simple encapsulation of the alias name of an object in a SQL statement.BaseWhereAdapter A piece of a where clause which isn't attached to aSelect
statement allowing getThis() bit to be reused where the statement/whereClause isn't yet established.FromAdapter Adapter for building the FROM clause of a SELECT statementFromItem An element in the FROM clause - TableRowSource: FROM xx_LOGICAL_RESOURCES AS LR0 - SelectRowSource: FROM (SELECT LR.LOGICAL_ID FROM ...) AS SUB0FromJoin.JoinType FromSubQueryAdapter The FromClause adapterGroupByAdapter The GROUP BY part of a SELECT statementGroupByClause Refers to the GroupByClause behaviorHavingAdapter Represents the "HAVING" part of a SELECT statement.Operator Operators for comparing two valuesOrderByAdapter The ORDER BY part of a SELECT statementOrderByClause The OrderByClause SQL definitionRowSource A table, values or subselect statement which can be included in the FROM clause of a select statementSelect Representation of a select statement built bySelectAdapter.build()
SelectAdapter An abstract representation of a select statement which can be translated into an executable select statement.SelectItem A column reference, expression or sub-query item used in the selection listSelectItemColumn An item of the SELECT list which is a simple column referenceSelectItemSubQuery Item in a SELECT clause which is itself a sub-queryWhereAdapter Adapter to help build the WHERE clause expression.WhereClause The WhereClause SQL definitionWhereFragment An adapter which represents just a fragment of the where clause so we can build up just a portion of the predicate without having access to the whole clause -
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.database.utils.query.expression Class Description Alias Simple encapsulation of the alias name of an object in a SQL statement.FromClause The FromClause SQL definitionFromItem An element in the FROM clause - TableRowSource: FROM xx_LOGICAL_RESOURCES AS LR0 - SelectRowSource: FROM (SELECT LR.LOGICAL_ID FROM ...) AS SUB0GroupByClause Refers to the GroupByClause behaviorHavingClause Manages the Having ClauseOrderByClause The OrderByClause SQL definitionPaginationClause The pagination clause SQL definition OFFSET {x} LIMIT {y} or other database-specific equivalentSelect Representation of a select statement built bySelectAdapter.build()
SelectList Represents the list of columns, expressions or sub-queries being selected from one or more tables (or subqueries)WhereClause The WhereClause SQL definitionWhereFragment An adapter which represents just a fragment of the where clause so we can build up just a portion of the predicate without having access to the whole clauseWith Represents a WITH clause in a select statement -
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.database.utils.query.node Class Description Select Representation of a select statement built bySelectAdapter.build()
-
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.persistence.jdbc.dao.api Class Description Select Representation of a select statement built bySelectAdapter.build()
-
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.persistence.jdbc.dao.impl Class Description Select Representation of a select statement built bySelectAdapter.build()
-
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.persistence.jdbc.domain Class Description Operator Operators for comparing two valuesSelectAdapter An abstract representation of a select statement which can be translated into an executable select statement.WhereFragment An adapter which represents just a fragment of the where clause so we can build up just a portion of the predicate without having access to the whole clause -
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.persistence.jdbc.util Class Description Operator Operators for comparing two valuesSelect Representation of a select statement built bySelectAdapter.build()
WhereFragment An adapter which represents just a fragment of the where clause so we can build up just a portion of the predicate without having access to the whole clause -
Classes in org.linuxforhealth.fhir.database.utils.query used by org.linuxforhealth.fhir.persistence.jdbc.util.type Class Description Operator Operators for comparing two valuesWhereFragment An adapter which represents just a fragment of the where clause so we can build up just a portion of the predicate without having access to the whole clause