| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Go to the source code of this file.
| Modules | |
| module | com | 
| module | com::sun | 
| module | com::sun::star | 
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::sdb | 
| Basic interfaces for database access. | |
| Constant Groups | |
| constants | com::sun::star::sdb::CommandType | 
| indicates the type of a command. | |
| 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. | |