Top   Module   Use   Manual   Index 

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

enum DataImportMode


Description
used to specify which database contents are imported.


Values

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