Namespace: Consultingwerk.SmartFramework.Authentication
Class 
SmartUserQueryIntegerPredicate Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate

File:SmartUserQueryIntegerPredicate
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:26/11/2019 15:04:53,191+01:00
Purpose: Constructor for the SmartUserQueryIntegerPredicate class
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery Eq (integer) Adds an Eq filter condition
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ge (integer) Adds a Ge filter condition
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery Gt (integer) Adds a Gt filter condition
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery InList (integer[]) Adds an InList filter condition
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery InRange (integer, integer) Adds an InRange filter condition
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, integer) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, integer[]) Inserts a QueryPredicate to the Query
Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery Le (integer) Adds a Le filter condition
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery Lt (integer) Adds a Lt filter condition
+ Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ne (integer) Adds a Ne filter condition

Top Constructor Summary
Options Name Purpose
+ SmartUserQueryIntegerPredicate (SmartUserQuery, character) Constructor for the SmartUserQueryIntegerPredicate class

Top Property Summary
Options Name Purpose
# CHARACTER FieldName
Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate
# Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery
Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate


Method Detail
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery Eq (integer)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ge (integer)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery Gt (integer)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery InList (integer[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
piValues INTEGER
The array of reference values
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery InRange (integer, integer)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
piValue1 INTEGER
The reference value for the lower boundary
piValue2 INTEGER
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, integer)

Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
piValue INTEGER
The reference value
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery InsertQueryEntry (QueryOperatorEnum, integer[])

Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate
Purpose: Inserts a QueryPredicate to the Query
Notes:

Parameters:
poOperator Ccs.BusinessLogic.QueryOperatorEnum
The Query Operator
piValues INTEGER
The reference values
Returns Consultingwerk.OERA.QueryBuilder.TableQuery
The reference to the parent query
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery Le (integer)

Purpose: Adds a Le filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery Lt (integer)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry
Top

PUBLIC Consultingwerk.SmartFramework.Authentication.SmartUserQuery Ne (integer)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The new query entry


Constructor Detail
Top

PUBLIC SmartUserQueryIntegerPredicate (SmartUserQuery, character)

Purpose: Constructor for the SmartUserQueryIntegerPredicate class
Notes:

Parameters:
poParent Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The reference to the table query builder instance
pcFieldName CHARACTER
The name of the field


Property Detail
Top

PROTECTED CHARACTER FieldName

Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate

Returns CHARACTER
Top

PROTECTED Consultingwerk.OERA.QueryBuilder.TableQuery ParentQuery

Inherited from Consultingwerk.OERA.QueryBuilder.IntegerQueryPredicate

Returns Consultingwerk.OERA.QueryBuilder.TableQuery


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:31:41