Structure used to apply filters on fields.
Class DBCond( ctype, [value] )
ctype | a DBCondType enumeration element. |
value | The value against which to check. |
Methods | |
toString | Returns a string representation of the condition. |
Returns a string representation of the condition.
toString()
Return | a string suitable for a SQL 'where'. Will create an ANSI SQL compliant 'where' condition. |
See also: DBView.