Documentation
Dlang.org
SqlOperation
gda
sql_operation
This structure represents an operation between one or more operands.
class
SqlOperation {
GdaSqlOperation
cInstance
;
this
(void* ptr, Flag!"Take" take);
void
*
_cPtr
();
gda
.
sql_any_part
.
SqlAnyPart
any
[@property getter];
gda
.
types
.
SqlOperatorType
operatorType
[@property getter];
gda
.
types
.
SqlOperatorType
operatorType
[@property setter];
string
serialize
();
static
gda
.
types
.
SqlOperatorType
operatorFromString
(string op);
static
string
operatorToString
(gda.types.SqlOperatorType op);
}
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)
gda
sql_operation
classes
SqlOperation
This structure represents an operation between one or more operands.