LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::sdb::CommandType Constant Group Referencepublished

indicates the type of a command. More...

Variables

const long TABLE = 0
 indicates that a command contains a table name, which can be used to process a command like "select * from tablename". More...
 
const long QUERY = 1
 indicates that a command contains a name of a query component, which contains a certain statement. More...
 
const long COMMAND = 2
 indicates that the command is an SQL-Statement. More...
 

Detailed Description

indicates the type of a command.

Developers Guide
Database Access - PreparedStatement From DataSource Queries

Variable Documentation

◆ COMMAND

const long COMMAND = 2

indicates that the command is an SQL-Statement.

◆ QUERY

const long QUERY = 1

indicates that a command contains a name of a query component, which contains a certain statement.

◆ TABLE

const long TABLE = 0

indicates that a command contains a table name, which can be used to process a command like "select * from tablename".