1.1.1

Table Of Contents
all input data elds in the le. The COLUMNINDEXES parameter takes an
input argument that is a VARCHAR (32762) data type.
Species the name of the le that contains the data to be imported. If the path
is omitted, the current working directory is used. The specied location of the
FILENAME
le should refer to the server side location if using the Network Server.
Specifying a NULL value results in an error. The leName parameter takes an
input argument that is a VARCHAR (32672) data type.
Species a column delimiter. The specied character is used in place of a comma
to signify the end of a column. You can specify a NULL value to use the default
COLUMNDELIMITER
value of a comma. The COLUMNDELIMITER parameter takes an input
argument that is a CHAR (1) data type.
Species a character delimiter. The specied character is used in place of double
quotation marks to enclose a character string. You can specify a NULL value
CHARACTERDELIMITER
to use the default value of a double quotation mark. The
CHARACTERDELIMITER parameter takes an input argument that is a CHAR
(1) data type.
Species the code set of the data in the input le. The code set name should be
one of the Java-supported character encoding sets. Data is converted from the
CODESET
specied code set to the database code set (UTF-8). You can specify a NULL
value to interpret the data le in the same code set as the JVM in which it is
being executed. The CODESET parameter takes an input argument that is a
VARCHAR (128) data type.
SQLFire does not implement this argument; specify any value of type
SMALLINT. Imported data is always added (inserted) to the target table without
REPLACE
changing the existing table data. Use TRUNCATE TABLE if you want to clear
existing table data before importing data.
A input argument of type SMALLINT. With a non-zero value, this procedure
operates similar to SYSCS_UTIL.IMPORT_TABLE, and it locks the table
LOCKTABLE
during the import operation. Specify a value of zero to prevent SQLFire from
locking the table during the import operation.
Species the number of threads to use for the import process. Each thread
processes a different portion of the le in parallel, and performs a bulk insert to
the SQLFire system.
NUMTHREADS
A input argument of type SMALLINT. With a non-zero value, SQLFire treats
the SCHEMANAME and TABLENAME arguments as case-sensitive. With a
zero value, SQLFire treats the schema and table names as case insensitive.
CASESENSITIVENAMES
The argument can specify a custom class that extends
com.vmware.sqlre.load.Import. The specied class overrides the default import
IMPORTCLASSNAME
process, and can perform on-the-y data conversions from external formats to
formats that SQLFire supports. If you specify NULL for this argument, then
SQLFire uses the default Import class.
This argument is reserved for future use. Always specify NULL for the argument
in this release
ERRORFILE
If you create a schema, table, or column name as a non-delimited identier, you must pass the name to the import
procedure using all uppercase characters. If you created a schema, table, or column name as a delimited identier,
you must pass the name to the import procedure using the same case that was used when it was created.
vFabric SQLFire User's Guide602
vFabric SQLFire Reference