4.14.1Class DBCond

Structure used to apply filters on fields.

Class DBCond( ctype, [value] )
ctype a DBCondType enumeration element.
value The value against which to check.
Methods
toStringReturns a string representation of the condition.

Methods

toString

Returns a string representation of the condition.

toString()
Returna string suitable for a SQL 'where'. Will create an ANSI SQL compliant 'where' condition.

See also: DBView.

Made with http://www.falconpl.org