update1
Description
Type Tags
None
Object Value
Objects of type update1 have no value, and it is an error to try to get or set this value.
update1.new()
Description
Prototype
update1.new (
update1 ,
string me,
string calculation,
string whereclause,
string tablename,
string updatefilename,
integer errormessage,
integer errorindex )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | update1 | |
| calculation | None | string | |
| whereclause | None | string | |
| tablename | None | string | |
| updatefilename | None | string | |
| errormessage | None | string | |
| errorindex | None | integer | |
| error | None | integer |
Properties
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| adddatasource | function | |
| addtable | function | |
| calculation | string | |
| continue | boolean | |
| datasource | update1datasource | |
| dirty | boolean | |
| fields | dring | |
| filename | string | |
| parsecalculation | function | |
| query | sqlq1 | |
| run | function | |
| setcalculation | function | |
| table | update1table | |
| tablename | string | |
| type | type |
Methods
adddatasource()
Description
Prototype
update1var.adddatasource (
update1 ,
type me,
string sourcetype,
type(*) source,
string datasource,
string username,
integer password,
integer retry,
integer timeout,
integer codepage )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | update1 | |
| sourcetype | None | type | |
| source | None | string | |
| datasource | None | type(*) | |
| username | None | string | |
| password | None | string | |
| retry | 1000000 | integer | |
| timeout | 5000000 | integer | |
| codepage | None | integer | |
| error | None | integer |
addtable()
Description
Prototype
update1var.addtable (
update1 ,
type(db1table) me,
string table,
update1datasource aliasname,
integer source )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | update1 | |
| table | None | type(db1table) | |
| aliasname | None | string | |
| source | None | update1datasource | |
| error | None | integer |
parsecalculation()
Description
Prototype
update1var.parsecalculation (
update1 )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | update1 |
run()
Description
Prototype
update1var.run (
update1 ,
string me,
integer errormessage,
integer errorindex )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | update1 | |
| errormessage | None | string | |
| errorindex | None | integer | |
| error | None | integer |
setcalculation()
Description
Prototype
update1var.setcalculation (
update1 ,
string me )
calculation
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | update1 | |
| calculation | None | string |


