Up to date

This page is up to date for Blazium 0.4.90 (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๏ƒ

bool

auto_increment

false

Variant

default_value

null

String

name

""

bool

not_null

false

bool

primary_key

false

Variant.Type

type

0

bool

unique

false

Methods๏ƒ

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


Property Descriptions๏ƒ

bool auto_increment = false ๐Ÿ”—

  • void set_auto_increment(value: bool)

  • bool is_auto_increment()

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!


String name = "" ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


bool not_null = false ๐Ÿ”—

  • void set_not_null(value: bool)

  • bool is_not_null()

There is currently no description for this property. Please help us by contributing one!


bool primary_key = false ๐Ÿ”—

  • void set_primary_key(value: bool)

  • bool is_primary_key()

There is currently no description for this property. Please help us by contributing one!


Variant.Type type = 0 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!


bool unique = false ๐Ÿ”—

  • void set_unique(value: bool)

  • bool is_unique()

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!