gda.sql_statement_contents_info

Module for [SqlStatementContentsInfo] class

Types 1

Contents' infos

Methods
void * _cPtr() nothrow
gda.types.SqlStatementType type() @property nothrow
void type(gda.types.SqlStatementType propval) @property nothrow
string name() @property nothrow
void name(string propval) @property nothrow
ConstructFuncType construct() @property nothrow
FreeFuncType free() @property nothrow
CopyFuncType copy() @property nothrow
SerializeFuncType serialize() @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)