AuthSessionQueryWhere extension

on

Methods

isarIdBetween(Id lowerIsarId, Id upperIsarId, {bool includeLower = true, bool includeUpper = true}) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

isarIdEqualTo(Id isarId) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

isarIdGreaterThan(Id isarId, {bool include = false}) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

isarIdLessThan(Id isarId, {bool include = false}) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

isarIdNotEqualTo(Id isarId) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

typeBetween(AuthType lowerType, AuthType upperType, {bool includeLower = true, bool includeUpper = true}) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

typeEqualTo(AuthType type) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

typeGreaterThan(AuthType type, {bool include = false}) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

typeLessThan(AuthType type, {bool include = false}) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension

typeNotEqualTo(AuthType type) → QueryBuilder<AuthSession, AuthSession, QAfterWhereClause>

Available on QueryBuilder<AuthSession, AuthSession, QWhereClause>, provided by the AuthSessionQueryWhere extension