Common data used by both SQL import and export classes. More...
Public Member Functions | |
ResetExImData () | |
Reset the export/import data. | |
Public Attributes | |
ClassName | |
Class to use for import/export. More... | |
ColumnNames | |
Names (SQL field names) of columns. More... | |
ColumnTypes | |
Data types of columns. More... | |
ColumnWidths | |
Widths of columns for FixedWidth files. More... | |
DateFormat | |
Format for dates (passed to $ZDT). More... | |
Delimiter | |
Delimiter character or NULL for fixed width fields. More... | |
FileName | |
File (on server) to use for import or export. More... | |
HasHeaders | |
If true, file has column headers in first row. More... | |
NoCheck | |
If true, import will insert with NOCHECK. More... | |
StringQuote | |
Character used to quote strings or NULL for no quoting. More... | |
TableName | |
Table to use for import/export. More... | |
Private Attributes | |
__RoutineName | |
Name of generated routine. More... | |
Common data used by both SQL import and export classes.
ClassName |
Class to use for import/export.
ColumnNames |
Names (SQL field names) of columns.
ColumnWidths |
Widths of columns for FixedWidth files.
DateFormat |
Format for dates (passed to $ZDT).
Delimiter |
Delimiter character or NULL for fixed width fields.
FileName |
HasHeaders |
If true, file has column headers in first row.
NoCheck |
If true, import will insert with NOCHECK.
|
private |
Name of generated routine.
StringQuote |
Character used to quote strings or NULL for no quoting.
TableName |
Table to use for import/export.