MSSQL2005Gateway
MSSQL2005Gateway
MSSQL2005Gateway
Metadata
addColumn()
Runs an ALTER sql command for the property. Not for use with array properties.
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
schema |
struct |
Yes |
|
|
The type schema |
propertyname |
string |
Yes |
|
|
The property to add |
logLocation |
string |
No |
|
|
|
deploySchema()
Deploys the table structure for a FarCry type into a MySQL database.
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
schema |
struct |
Yes |
|
|
|
bDropTable |
boolean |
No |
false |
|
|
logLocation |
string |
No |
|
|
|
introspectTable()
Constructs a metadata struct for the table
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
tablename |
string |
Yes |
|
|
The table to introspect |
repairColumn()
Runs an ALTER sql command for the property. Not for use with array properties.
Arguments
Name |
Type |
Required |
Default |
Options |
Description |
schema |
struct |
Yes |
|
|
The type schema |
propertyname |
string |
Yes |
|
|
The property to repair |
oldpropertyname |
string |
No |
[runtime expression] |
|
The property to rename |
logLocation |
string |
No |
|
|
|