Gda.ServerOperationCreateTableArg – libgda-6.0 Reference Manual
Packages
libgda-6.0
Gda
ServerOperationCreateTableArg
get_fkey_ref_field_get_type
ServerOperationCreateTableArg
copy
free
get_column_name
get_column_type
get_fkey_ondelete
get_fkey_onupdate
get_fkey_refs
get_fkey_table
get_flags
set_column_name
set_column_type
set_fkey_ondelete
set_fkey_ondupdate
set_fkey_refs
set_fkey_table
set_flags
ServerOperationCreateTableArg
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gda_server_operation_create_table_arg_get_type ()"
) ]
[
Compact
]
public
class
ServerOperationCreateTableArg
Namespace:
Gda
Package:
libgda-6.0
Content:
Static methods:
public
static
Type
get_fkey_ref_field_get_type
()
Creation methods:
public
ServerOperationCreateTableArg
()
Methods:
public
ServerOperationCreateTableArg
copy
()
public
void
free
()
public
string
get_column_name
()
public
Type
get_column_type
()
public
string
get_fkey_ondelete
()
public
string
get_fkey_onupdate
()
public
unowned
List
<
ServerOperationCreateTableArgFKeyRefField
>
get_fkey_refs
()
public
string
get_fkey_table
()
public
ServerOperationCreateTableFlag
get_flags
()
public
void
set_column_name
(
string
name)
Sets column name to be created with the new table.
public
void
set_column_type
(
Type
ctype)
public
void
set_fkey_ondelete
(
string
action)
You should set this if you use a
FKEY_FLAG
flag.
public
void
set_fkey_ondupdate
(
string
action)
public
void
set_fkey_refs
(
List
<
ServerOperationCreateTableArgFKeyRefField
> refs)
You should set this if you use a
FKEY_FLAG
flag.
public
void
set_fkey_table
(
string
name)
You should set this if you use a
FKEY_FLAG
flag.
public
void
set_flags
(
ServerOperationCreateTableFlag
flags)
Sets flags for new column to create with the table.