update1datasource
Description
Type Tags
None
Object Value
Objects of type update1datasource have no value, and it is an error to try to get or set this value.
update1datasource.new()
Description
Prototype
update1datasource
.new
(
update1datasource
,
update1 me
,
type update
,
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 | update1datasource | |
update | 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 |
Properties
Property | Type | Description |
---|---|---|
_ | type(*) | |
__ | type(*) | |
codepage | integer | |
datasource | type(*) | |
opentable | function | |
password | string | |
retry | integer | |
source | string | |
sourcetype | type | |
tables | dring | |
timeout | integer | |
type | type | |
update | update1 | |
updatenode | dlistnode | |
username | string |
Methods
opentable()
Description
Prototype
update1datasourcevar
.opentable
(
update1datasource
,
string me
,
string tablename
,
integer password
)
error
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | update1datasource | |
tablename | None | string | |
password | None | string | |
error | None | integer |