LibreOffice
LibreOffice 24.2 SDK API Reference
|
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... | |
indicates the type of a command.
const long COMMAND = 2 |
indicates that the command is an SQL-Statement.
const long QUERY = 1 |
indicates that a command contains a name of a query component, which contains a certain statement.
const long TABLE = 0 |
indicates that a command contains a table name, which can be used to process a command like "select * from tablename".