res://addons/w4gd/w4rm/w4rm_table.gd
Inherits: RefCounted
There is currently no description for this class.
Methods
void |
w4rm_backreference ( Dictionary opts ) |
void |
w4rm_option ( Dictionary opts, Variant p_base ) |
void |
w4rm_reference ( Dictionary opts ) |
void |
w4rm_security_policy ( Dictionary opts ) |
void |
w4rm_table_from_dict ( StringName p_name, GDScript p_base, Dictionary p_fields, Dictionary p_options, Dictionary p_security_policies, Dictionary p_triggers ) |
void |
w4rm_table_from_schema ( StringName p_name, Script p_schema, Variant p_base ) |
Enumerations
enum W4RMCommand:
W4RMCommand ALL = 0
W4RMCommand SELECT = 1
W4RMCommand INSERT = 2
W4RMCommand UPDATE = 3
W4RMCommand DELETE = 4
enum W4RMSecurityPolicyType:
W4RMSecurityPolicyType PERMISSIVE = 0
W4RMSecurityPolicyType RESTRICTIVE = 1
Method Descriptions
void w4rm_backreference ( Dictionary opts )
There is currently no description for this method.
void w4rm_option ( Dictionary opts, Variant p_base )
There is currently no description for this method.
void w4rm_reference ( Dictionary opts )
There is currently no description for this method.
void w4rm_security_policy ( Dictionary opts )
There is currently no description for this method.
void w4rm_table_from_dict ( StringName p_name, GDScript p_base, Dictionary p_fields, Dictionary p_options, Dictionary p_security_policies, Dictionary p_triggers )
There is currently no description for this method.
void w4rm_table_from_schema ( StringName p_name, Script p_schema, Variant p_base )
There is currently no description for this method.