gtk-d ~GtkD_2.3 (2021-12-23T06:27:26.4683562)
Dub
Repo
GdaFieldAttributes
gdac
gdatypes
Main Gtk struct.
struct
GdaFieldAttributes {
int
definedSize
;
char
*
name
;
char
*
table
;
char
*
caption
;
int
scale
;
GdaValueType
gdaType
;
int
allowNull
;
int
primaryKey
;
int
uniqueKey
;
char
*
references
;
int
autoIncrement
;
glong
autoIncrementStart
;
glong
autoIncrementStep
;
int
position
;
GdaValue
*
defaultValue
;
}
Members
Variables
allowNull
int
allowNull
;
Undocumented in source.
autoIncrement
int
autoIncrement
;
Undocumented in source.
autoIncrementStart
glong
autoIncrementStart
;
Undocumented in source.
autoIncrementStep
glong
autoIncrementStep
;
Undocumented in source.
caption
char
*
caption
;
Undocumented in source.
defaultValue
GdaValue
*
defaultValue
;
Undocumented in source.
definedSize
int
definedSize
;
Undocumented in source.
gdaType
GdaValueType
gdaType
;
Undocumented in source.
name
char
*
name
;
Undocumented in source.
position
int
position
;
Undocumented in source.
primaryKey
int
primaryKey
;
Undocumented in source.
references
char
*
references
;
Undocumented in source.
scale
int
scale
;
Undocumented in source.
table
char
*
table
;
Undocumented in source.
uniqueKey
int
uniqueKey
;
Undocumented in source.
Meta
Source
See Implementation
gdac
gdatypes
aliases
GdaConfigListenerFunc
GdaDataModelForeachFunc
GdaInitFunc
GdaValueList
daBlobMode
daClientEvent
daCommandOptions
daCommandType
daConnectionFeature
daConnectionOptions
daConnectionSchema
daExportFlags
daTransactionIsolation
daValueType
enums
GdaBlobMode
GdaClientEvent
GdaCommandOptions
GdaCommandType
GdaConnectionFeature
GdaConnectionOptions
GdaConnectionSchema
GdaExportFlags
GdaTransactionIsolation
GdaValueType
structs
GdaBlob
GdaClient
GdaClientPrivate
GdaCommand
GdaConnection
GdaConnectionPrivate
GdaDataModel
GdaDataModelArray
GdaDataModelArrayPrivate
GdaDataModelHash
GdaDataModelHashPrivate
GdaDataModelList
GdaDataModelListPrivate
GdaDataModelPrivate
GdaDataSourceInfo
GdaDate
GdaError
GdaErrorPrivate
GdaExport
GdaExportPrivate
GdaField
GdaFieldAttributes
GdaGeometricPoint
GdaMoney
GdaNumeric
GdaParameter
GdaParameterList
GdaProviderInfo
GdaQuarkList
GdaRow
GdaSelect
GdaSelectPrivate
GdaServerProvider
GdaServerProviderPrivate
GdaTable
GdaTablePrivate
GdaTime
GdaTimestamp
GdaTransaction
GdaTransactionPrivate
GdaValue
xmlNodePtr
Main Gtk struct.