Uses of Interface
io.army.criteria.postgre.PostgreQuery.WithSpec
Packages that use PostgreQuery.WithSpec
-
Uses of PostgreQuery.WithSpec in io.army.criteria.impl
Methods in io.army.criteria.impl that return PostgreQuery.WithSpecModifier and TypeMethodDescriptionstatic PostgreQuery.WithSpec<io.army.criteria.Statement._BatchSelectParamSpec> Postgres.batchQuery()create batch SELECT statement that is primary statement.static PostgreQuery.WithSpec<io.army.criteria.Select> Postgres.query()create simple(non-batch) SELECT statement that is primary statement.static PostgreQuery.WithSpec<io.army.criteria.Expression> Postgres.scalarSubQuery()create SUB-SELECT statement that is sub query statement and would be converted toExpression.static PostgreQuery.WithSpec<io.army.criteria.SubQuery> Postgres.subQuery()create SUB-SELECT statement that is sub query statement. -
Uses of PostgreQuery.WithSpec in io.army.criteria.postgre
Methods in io.army.criteria.postgre that return PostgreQuery.WithSpecModifier and TypeMethodDescriptionPostgreQuery.WithSpec<io.army.criteria.Statement._AsCommandClause<io.army.criteria.DeclareCursor>> PostgreCursor._ForQueryClause.forSpace()