enum DataImportMode in module com::sun::star::sheet::

(Global Index)

Syntax

enum DataImportMode;

Description

used to specify which database contents are imported.

Values Summary

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

Syntax

NONE,

Description

nothing is imported.


SQL

Syntax

SQL,

Description

a SQL query string is supplied.


TABLE

Syntax

TABLE,

Description

the name of a database table is supplied.


QUERY

Syntax

QUERY,

Description

the name of a database query is supplied.

Top of Page