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

G

Ge - class in tech.harmonysoft.oss.sql.match.impl
 
get_matchers() - function in tech.harmonysoft.oss.sql.match.impl.And
 
get_matchers() - function in tech.harmonysoft.oss.sql.match.impl.Or
 
getAlias() - function in tech.harmonysoft.oss.sql.dsl.table.Table
 
getAlias() - function in tech.harmonysoft.oss.sql.dsl.target.SelectTarget
 
getAscending() - function in tech.harmonysoft.oss.sql.dsl.orderby.OrderBy
 
getColumns() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getComparison() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getComparison() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getComparison() - function in tech.harmonysoft.oss.sql.match.impl.Between
 
getComparison() - function in tech.harmonysoft.oss.sql.match.impl.In
 
getConstraint() - function in tech.harmonysoft.oss.sql.dsl.filter.Filter.Leaf
 
getDelegate() - function in tech.harmonysoft.oss.sql.match.impl.Not
 
getDistinct() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getDistinct() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getEndValue() - function in tech.harmonysoft.oss.sql.match.impl.Between
 
getExpression() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext.Visitors
 
getFilter() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getFilter() - function in tech.harmonysoft.oss.sql.dsl.filter.Filter.Not
 
getFilter() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getFilters() - function in tech.harmonysoft.oss.sql.dsl.filter.Filter.And
 
getFilters() - function in tech.harmonysoft.oss.sql.dsl.filter.Filter.Or
 
getFromItem() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext.Visitors
 
getGroupBy() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getGroupBy() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getGroupBy() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext.Visitors
 
getHaving() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getHaving() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getINSTANCE() - function in tech.harmonysoft.oss.sql.type.SqlTypeManagerContext
 
getJoins() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getJoins() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getKey() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getKey() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getKey() - function in tech.harmonysoft.oss.sql.match.impl.Between
 
getKey() - function in tech.harmonysoft.oss.sql.match.impl.In
 
getKey() - function in tech.harmonysoft.oss.sql.match.impl.IsNull
 
getKey() - function in tech.harmonysoft.oss.sql.match.impl.Like
 
getKey() - function in tech.harmonysoft.oss.sql.match.impl.SqlKeyValueLeafMatcher
 
getLeft() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.OperatorFunction
 
getMax() - function in tech.harmonysoft.oss.sql.dsl.constraint.Constraint.Between
 
getMethod() - function in tech.harmonysoft.oss.sql.dsl.join.Join
 
getMin() - function in tech.harmonysoft.oss.sql.dsl.constraint.Constraint.Between
 
getName() - function in kotlin.JoinMethod
 
getName() - function in kotlin.Operator
 
getName() - function in kotlin.SqlType
 
getName() - function in tech.harmonysoft.oss.sql.dsl.table.Table
 
getName() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.Column
 
getName() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.Function
 
getNULL_OBJECT() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select.Companion
Sometimes we need to have a non-null Select reference, for example, in case of config like this:
data class MyConfig(
    val enabled: Boolean,
    val sql1: Sql.Select,
    val sql2: Sql.Select
)
If it has enabled=false, then the application doesn't use it.
getOn() - function in tech.harmonysoft.oss.sql.dsl.join.Join
 
getOperands() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.Function
 
getOperations() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getOperations() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getOperator() - function in tech.harmonysoft.oss.sql.dsl.constraint.Constraint.Binary
 
getOperator() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.OperatorFunction
 
getOrderBy() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getOrderBy() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getOrderBy() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext.Visitors
 
getOrdinal() - function in kotlin.JoinMethod
 
getOrdinal() - function in kotlin.Operator
 
getOrdinal() - function in kotlin.SqlType
 
getRight() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.OperatorFunction
 
getSchemaName() - function in tech.harmonysoft.oss.sql.dsl.table.Table
 
getSelect() - function in tech.harmonysoft.oss.sql.dsl.operation.Operation
 
getSelect() - function in tech.harmonysoft.oss.sql.dsl.table.Table
 
getSelect() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.SubSelect
 
getSelect() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext.Visitors
 
getSelectItem() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext.Visitors
 
getSPECIAL_SYMBOLS() - function in tech.harmonysoft.oss.sql.match.impl.Like.Companion
 
getSql() - function in tech.harmonysoft.oss.sql.dsl.Sql
 
getSql() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getSql() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getStartValue() - function in tech.harmonysoft.oss.sql.match.impl.Between
 
getStatement() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext.Visitors
 
getSubSelect() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getSubSelectAlias() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getTable() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getTable() - function in tech.harmonysoft.oss.sql.dsl.join.Join
 
getTable() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.Column
 
getTable() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getTarget() - function in tech.harmonysoft.oss.sql.dsl.constraint.Constraint.Binary
 
getTarget() - function in tech.harmonysoft.oss.sql.dsl.filter.Filter.Leaf
 
getTarget() - function in tech.harmonysoft.oss.sql.dsl.orderby.OrderBy
 
getTarget() - function in tech.harmonysoft.oss.sql.dsl.target.SelectTarget
 
getTargetContext() - function in tech.harmonysoft.oss.sql.type.SqlStringTypeManager
 
getTargets() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getTargetType() - function in tech.harmonysoft.oss.sql.type.SqlStringTypeManager
 
getTargetValues() - function in tech.harmonysoft.oss.sql.dsl.constraint.Constraint.In
 
getTargetValues() - function in tech.harmonysoft.oss.sql.dsl.constraint.Constraint.NotIn
 
getTop() - function in tech.harmonysoft.oss.sql.dsl.Sql.Select
 
getTop() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getType() - function in tech.harmonysoft.oss.sql.dsl.operation.Operation
 
getType() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.DateTimeLiteral
 
getType() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getValue() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.DateTimeLiteral
 
getValue() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.DoubleLiteral
 
getValue() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.LongLiteral
 
getValue() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.Placeholder
 
getValue() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.StringLiteral
 
getValue() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getValue() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getValue() - function in tech.harmonysoft.oss.sql.match.impl.Like
 
getValues() - function in tech.harmonysoft.oss.sql.match.impl.In
 
getValueType() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getValueType() - function in tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher
 
getValueType() - function in tech.harmonysoft.oss.sql.match.impl.Between
 
getValueType() - function in tech.harmonysoft.oss.sql.match.impl.In
 
getVisitor() - function in tech.harmonysoft.oss.sql.parser.SqlParseContext
 
getWithParentheses() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.OperatorFunction
 
getWithParentheses() - function in tech.harmonysoft.oss.sql.dsl.target.SqlTarget.SubSelect
 
GREATER - enum entry in tech.harmonysoft.oss.sql.dsl.constraint.Operator
 
GREATER_OR_EQUAL - enum entry in tech.harmonysoft.oss.sql.dsl.constraint.Operator
 
Gt - class in tech.harmonysoft.oss.sql.match.impl
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  V