dbXMLImport
Description
Type Tags
dbconverter, dbimportconverter
Object Value
Objects of type dbXMLImport have no value, and it is an error to try to get or set this value.
dbXMLImport.new()
Description
Prototype
dbXMLImport.new (
dbXMLImport )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbXMLImport |
Properties
| Property | Type | Description |
|---|---|---|
| buffer | string | |
| bufpos | integer | |
| fileref | fsfileinputstream | |
| impconverter | dbimportconverter | |
| opensource | function | |
| props | dbXMLConverter | |
| readrecord | function | |
| recordcount | function | |
| reopensource | function | |
| rowsread | integer | |
| type | type |
Methods
opensource()
Description
Prototype
dbXMLImportvar.opensource (
dbXMLImport ,
string me )
filename
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbXMLImport | |
| filename | None | string |
readrecord()
Description
Prototype
dbXMLImportvar.readrecord (
dbXMLImport ,
integer me,
boolean error )
rawmode
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbXMLImport | |
| error | None | integer | |
| rawmode | .false | boolean |
recordcount()
Description
Prototype
dbXMLImportvar.recordcount (
dbXMLImport )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dbXMLImport |


