dextool v5.0.0 (2022-12-09T08:28:15Z)
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.