dbconvtable
Description
Type Tags
None
Object Value
Objects of type dbconvtable have no value, and it is an error to try to get or set this value.
dbconvtable.new()
Description
Prototype
dbconvtable
.new
(
dbconvtable
,
type(dbconverter) me
)
converter
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | dbconvtable | |
converter | None | type(dbconverter) |
Properties
Property | Type | Description |
---|---|---|
addfield | function | |
codepage | string | |
converter | type(dbconverter) | |
datasourcename | string | |
fieldcount | integer | |
firstfield | dbconvfield | |
name | string | |
newrecord | function | |
type | type |
Methods
addfield()
Description
Prototype
dbconvtablevar
.addfield
(
dbconvtable
,
type me
,
string datatype
,
string fieldname
,
string format
,
integer codepage
,
type(*) maxlen
,
string user
,
string help
,
string comment
,
string calculation
,
string default
,
boolean validation
,
boolean read_only
,
boolean required
,
string shareable
,
string sharename
)
sharetype
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | dbconvtable | |
datatype | None | type | |
fieldname | None | string | |
format | None | string | |
codepage | None | string | |
maxlen | None | integer | |
user | None | type(*) | |
help | None | string | |
comment | None | string | |
calculation | None | string | |
default | None | string | |
validation | None | string | |
read_only | None | boolean | |
required | None | boolean | |
shareable | None | boolean | |
sharename | None | string | |
sharetype | None | string |
newrecord()
Description
Prototype
dbconvtablevar
.newrecord
(
dbconvtable
)
me
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | dbconvtable |