Interface PostgreQuery._LockOfTableSpec<I extends io.army.criteria.Item>

All Superinterfaces:
io.army.criteria.Item, PostgreQuery._LockSpec<I>, PostgreQuery._LockWaitOptionSpec<I>, PostgreQuery._PostgreStaticLockStrengthClause<PostgreQuery._LockOfTableSpec<I>>, io.army.criteria.Query._AsQueryClause<I>, io.army.criteria.Query._DynamicLockClause<PostgreQuery._PostgreDynamicLockStrengthClause,PostgreQuery._LockSpec<I>>, io.army.criteria.Query._LockOfTableAliasClause<PostgreQuery._LockWaitOptionSpec<I>>, io.army.criteria.Query._MinLockStrengthClause<PostgreQuery._LockOfTableSpec<I>>, io.army.criteria.Query._MinLockWaitOptionClause<PostgreQuery._LockSpec<I>>, io.army.criteria.Query._StaticForUpdateClause<PostgreQuery._LockOfTableSpec<I>>
Enclosing interface:
PostgreQuery

public static interface PostgreQuery._LockOfTableSpec<I extends io.army.criteria.Item> extends io.army.criteria.Query._LockOfTableAliasClause<PostgreQuery._LockWaitOptionSpec<I>>, PostgreQuery._LockWaitOptionSpec<I>
  • Method Summary

    Methods inherited from interface io.army.criteria.postgre.PostgreQuery._PostgreStaticLockStrengthClause

    forKeyShare, forNoKeyUpdate

    Methods inherited from interface io.army.criteria.Query._AsQueryClause

    asQuery

    Methods inherited from interface io.army.criteria.Query._DynamicLockClause

    ifFor

    Methods inherited from interface io.army.criteria.Query._LockOfTableAliasClause

    ifOf, of, of, of, of, of, of

    Methods inherited from interface io.army.criteria.Query._MinLockStrengthClause

    forShare

    Methods inherited from interface io.army.criteria.Query._MinLockWaitOptionClause

    ifNoWait, ifSkipLocked, noWait, skipLocked

    Methods inherited from interface io.army.criteria.Query._StaticForUpdateClause

    forUpdate