SqlStatementContentsInfo

Contents' infos

Constructors

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

Members

Aliases

ConstructFuncType
alias ConstructFuncType = void* function()

Function alias for field construct

CopyFuncType
alias CopyFuncType = void* function(void* stm)

Function alias for field copy

FreeFuncType
alias FreeFuncType = void function(void* stm)

Function alias for field free

SerializeFuncType
alias SerializeFuncType = char* function(void* stm)

Function alias for field serialize

Functions

_cPtr
void* _cPtr()

Properties

construct
ConstructFuncType construct [@property getter]
copy
CopyFuncType copy [@property getter]
free
FreeFuncType free [@property getter]
name
string name [@property getter]
name
string name [@property setter]
serialize
SerializeFuncType serialize [@property getter]
type
gda.types.SqlStatementType type [@property getter]
type
gda.types.SqlStatementType type [@property setter]