TIWCGJQSQLBuilderOperatorValueKind Enumeration

Represents type TIWCGJQSQLBuilderOperatorValueKind.

Namespace: IWCGJQSQLBuilder
type
 TIWCGJQSQLBuilderOperatorValueKind = (sqlovkScalar,sqlovkAttribute,sqlovkList);

The TIWCGJQSQLBuilderOperatorValueKind type exposes the following members.

Show:
 NameDescription
sqlovkAttribute

Represents constant sqlovkAttribute.

sqlovkList

Represents constant sqlovkList.

sqlovkScalar

Represents constant sqlovkScalar.

Top