| LibreOffice
    LibreOffice 24.8 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". | |
| const long | QUERY = 1 | 
| indicates that a command contains a name of a query component, which contains a certain statement. | |
| const long | COMMAND = 2 | 
| indicates that the command is an SQL-Statement. | |
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".