Add more arguments if the flag needs them:
GDA_SERVER_OPERATION_CREATE_TABLE_FKEY_FLAG:
Create a ServerOperation object using an opened connection, taking three arguments,
a column's name the column's GType and ServerOperationCreateTableFlag
flag, you need to finish the list using null
.
You'll be able to modify the ServerOperation object to add custom options * to the operation. When finished call perform_create_table or perform_operation in order to execute the operation.
cnc |
an opened connection |
table_name |
name of the table to create |
error |
a place to store errors, or |
... |
group of three arguments for column's name, column's Type and a
ServerOperationCreateTableFlag flag, finished with |
a ServerOperation if no errors; NULL and set |