Documentation
Dlang.org
SqlStatementCompound
gda
sql_statement_compound
class
SqlStatementCompound {
GdaSqlStatementCompound
cInstance
;
this
(void* ptr, Flag!"Take" take);
void
*
_cPtr
();
gda
.
sql_any_part
.
SqlAnyPart
any
[@property getter];
gda
.
types
.
SqlStatementCompoundType
compoundType
[@property getter];
gda
.
types
.
SqlStatementCompoundType
compoundType
[@property setter];
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
_cPtr
void
*
_cPtr
()
Properties
any
gda
.
sql_any_part
.
SqlAnyPart
any
[@property getter]
compoundType
gda
.
types
.
SqlStatementCompoundType
compoundType
[@property getter]
compoundType
gda
.
types
.
SqlStatementCompoundType
compoundType
[@property setter]
gda
sql_statement_compound
classes
SqlStatementCompound