dbconvrecord
Description
Type Tags
None
Object Value
Objects of type dbconvrecord have no value, and it is an error to try to get or set this value.
dbconvrecord.new()
Description
Prototype
dbconvrecord.new ()
Parameters
None
Properties
| Property | Type | Description |
|---|---|---|
| copyrecord | function | |
| data | array | |
| get | function | |
| getstring | function | |
| put | function | |
| putstring | function | |
| table | dbconvtable | |
| type | type |
Methods
copyrecord()
Description
Prototype
dbconvrecordvar.copyrecord (
dbconvrecord ,
dbconvrecord me )
r
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbconvrecord | |
| r | None | dbconvrecord |
get()
Description
Prototype
dbconvrecordvar.get (
dbconvrecord ,
dbconvfield me,
integer fld )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbconvrecord | |
| fld | None | dbconvfield | |
| error | None | integer |
getstring()
Description
Prototype
dbconvrecordvar.getstring (
dbconvrecord ,
dbconvfield me,
integer fld )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbconvrecord | |
| fld | None | dbconvfield | |
| error | None | integer |
put()
Description
Prototype
dbconvrecordvar.put (
dbconvrecord ,
dbconvfield me,
type(*) fld )
value
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbconvrecord | |
| fld | None | dbconvfield | |
| value | None | type(*) |
putstring()
Description
Prototype
dbconvrecordvar.putstring (
dbconvrecord ,
dbconvfield me,
string fld )
value
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbconvrecord | |
| fld | None | dbconvfield | |
| value | None | string |


