SqlAnyPart

Base structure of which all structures (except #GdaSqlStatement) "inherit". It identifies, for each structure, its type and its parent in the structure hierarchy.

Constructors

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

Members

Functions

_cPtr
void* _cPtr()
checkStructure
bool checkStructure()

Properties

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

Get parent field.

type
gda.types.SqlAnyPartType type [@property getter]

Get type field.

type
gda.types.SqlAnyPartType type [@property setter]

Set type field.