:: com :: sun :: star :: sheet ::

enum DataImportMode
Description
used to specify which database contents are imported.

Values
NONE nothing is imported.  
SQL a SQL query string is supplied.  
TABLE the name of a database table is supplied.  
QUERY the name of a database query is supplied.  
Values' Details
NONE
NONE,
Description
nothing is imported.
SQL
SQL,
Description
a SQL query string is supplied.
TABLE
TABLE,
Description
the name of a database table is supplied.
QUERY
QUERY,
Description
the name of a database query is supplied.
Top of Page