enum DataSelectionType in module com::sun::star::form::

(Global Index)

[ DEPRECATED ]

Syntax

enum DataSelectionType;

Description

DataSelectionType" describes the type of datasource used for a form.

This may be a database table, a database query, or an SQL statement.

Values Summary

TABLE

QUERY

SQL

SQLPASSTHROUGH

Values Details



TABLE

Syntax

TABLE,

QUERY

Syntax

QUERY,

SQL

Syntax

SQL,

SQLPASSTHROUGH

Syntax

SQLPASSTHROUGH,
Top of Page