dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
TableColumnMetadata
d2sqlite3
database
Information about a table column.
struct
TableColumnMetadata {
string
declaredTypeName
;
string
collationSequenceName
;
bool
isNotNull
;
bool
isPrimaryKey
;
bool
isAutoIncrement
;
}
Members
Variables
collationSequenceName
string
collationSequenceName
;
declaredTypeName
string
declaredTypeName
;
isAutoIncrement
bool
isAutoIncrement
;
isNotNull
bool
isNotNull
;
isPrimaryKey
bool
isPrimaryKey
;
Meta
Source
See Implementation
d2sqlite3
database
aliases
Blob
CommitHookDelegate
ProfileCallbackDelegate
ProgressHandlerDelegate
RoolbackHookDelegate
TraceCallbackDelegate
UpdateHookDelegate
classes
SqliteException
UnlockNotifyHandler
enums
Deterministic
SqliteType
interfaces
IUnlockNotifyHandler
structs
Database
TableColumnMetadata
Information about a table column.