SqlOperation

This structure represents an operation between one or more operands.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()
serialize
string serialize()

Properties

any
gda.sql_any_part.SqlAnyPart any [@property getter]

Get any field.

operatorType
gda.types.SqlOperatorType operatorType [@property getter]
operatorType
gda.types.SqlOperatorType operatorType [@property setter]

Static functions

operatorFromString
gda.types.SqlOperatorType operatorFromString(string op)
operatorToString
string operatorToString(gda.types.SqlOperatorType op)