Up to date
This page is up to date for Godot 4.3
.
If you still find outdated information, please open an issue.
SQLiteColumnSchemaΒΆ
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
PropertiesΒΆ
|
||
|
||
|
||
|
||
|
||
|
||
|
MethodsΒΆ
create(name: String, type: Variant.Type = 4, default_value: Variant = null, primary_key: bool = false, auto_increment: bool = false, not_null: bool = false, unique: bool = false) static |
Property DescriptionsΒΆ
bool auto_increment = false
π
There is currently no description for this property. Please help us by contributing one!
Variant default_value = null
π
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Variant.Type type = 0
π
void set_type(value: Variant.Type)
Variant.Type get_type()
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Method DescriptionsΒΆ
SQLiteColumnSchema create(name: String, type: Variant.Type = 4, default_value: Variant = null, primary_key: bool = false, auto_increment: bool = false, not_null: bool = false, unique: bool = false) static π
There is currently no description for this method. Please help us by contributing one!