Go to the source code of this file.
|
const long | ROW_SET_OPERATION_VETOED = 100 |
| is used by and RowSet to indicate that an operation has been vetoed by one of its approval listeners
|
const long | PARSER_CYCLIC_SUB_QUERIES = 200 |
| indicates that while parsing an SQL statement, cyclic sub queries have been detected.
|
const long | DB_OBJECT_NAME_WITH_SLASHES = 300 |
| indicates that the name of a client side database object - a query, a form, or a report - contains one or more slashes, which is forbidden.
|
const long | DB_INVALID_SQL_NAME = 301 |
| indicates that an identifier is not SQL conform.
|
const long | DB_QUERY_NAME_WITH_QUOTES = 302 |
| indicates that the name of a query contains quote characters.
|
const long | DB_OBJECT_NAME_IS_USED = 303 |
| indicates that an attempt was made to save a database object under a name which is already used in the database.
|
const long | DB_NOT_CONNECTED = 304 |
| indicates an operation was attempted which needs a connection to the database, which did not exist at that time.
|
const long | AB_ADDRESSBOOK_NOT_FOUND = 500 |
| used by the component implementing address book access to indicate that a requested address book could not be accessed.
|
const long | DATA_CANNOT_SELECT_UNFILTERED = 550 |
| used to indicate that a SELECT operation on a table needs a filter.
|