LibreOffice Module connectivity (master) 1
|
#include <rtl/ustring.hxx>
Go to the source code of this file.
Macros | |
#define | STR_LOG_DRIVER_CONNECTING_URL "jdbcBridge: connecting to URL '$1$'" |
#define | STR_LOG_THROWING_EXCEPTION "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$" |
Variables | |
constexpr OUStringLiteral | STR_LOG_DRIVER_SUCCESS = u"jdbcBridge: success" |
constexpr OUStringLiteral | STR_LOG_CREATE_STATEMENT = u"c$1$: creating statement" |
constexpr OUStringLiteral | STR_LOG_CREATED_STATEMENT_ID = u"c$1$: created statement, statement id: s$2$" |
constexpr OUStringLiteral | STR_LOG_PREPARE_STATEMENT = u"c$1$: preparing statement: $2$" |
constexpr OUStringLiteral | STR_LOG_PREPARED_STATEMENT_ID = u"c$1$: prepared statement, statement id: s$2$" |
constexpr OUStringLiteral | STR_LOG_PREPARE_CALL = u"c$1$: preparing call: $2$" |
constexpr OUStringLiteral | STR_LOG_PREPARED_CALL_ID = u"c$1$: prepared call, statement id: s$2$" |
constexpr OUStringLiteral | STR_LOG_NATIVE_SQL = u"c$1$: native SQL: $2$ -> $3$" |
constexpr OUStringLiteral | STR_LOG_LOADING_DRIVER = u"c$1$: attempting to load driver class $2$" |
constexpr OUStringLiteral | STR_LOG_NO_DRIVER_CLASS = u"c$1$: no Java Driver Class was provided" |
constexpr OUStringLiteral | STR_LOG_CONN_SUCCESS = u"c$1$: success" |
constexpr OUStringLiteral | STR_LOG_NO_SYSTEM_CONNECTION = u"c$1$: JDBC driver did not provide a JDBC connection" |
constexpr OUStringLiteral | STR_LOG_GOT_JDBC_CONNECTION = u"c$1$: obtained a JDBC connection for $2$" |
constexpr OUStringLiteral | STR_LOG_SHUTDOWN_CONNECTION = u"c$1$: shutting down connection" |
constexpr OUStringLiteral | STR_LOG_GENERATED_VALUES = u"s$1$: retrieving generated values" |
constexpr OUStringLiteral | STR_LOG_GENERATED_VALUES_FALLBACK = u"s$1$: getGeneratedValues: falling back to statement: $2$" |
constexpr OUStringLiteral | STR_LOG_EXECUTE_STATEMENT = u"s$1$: going to execute: $2$" |
constexpr OUStringLiteral | STR_LOG_EXECUTE_QUERY = u"s$1$: going to execute query: $2$" |
constexpr OUStringLiteral | STR_LOG_CLOSING_STATEMENT = u"s$1$: closing/disposing statement" |
constexpr OUStringLiteral | STR_LOG_EXECUTE_UPDATE = u"s$1$: going to execute update: $2$" |
constexpr OUStringLiteral | STR_LOG_UPDATE_COUNT = u"s$1$: update count: $2$" |
constexpr OUStringLiteral | STR_LOG_RESULT_SET_CONCURRENCY = u"s$1$: going to set result set concurrency: $2$" |
constexpr OUStringLiteral | STR_LOG_RESULT_SET_TYPE = u"s$1$: going to set result set type: $2$" |
constexpr OUStringLiteral | STR_LOG_FETCH_DIRECTION = u"s$1$: fetch direction: $2$" |
constexpr OUStringLiteral | STR_LOG_FETCH_SIZE = u"s$1$: fetch size: $2$" |
constexpr OUStringLiteral | STR_LOG_SET_ESCAPE_PROCESSING = u"s$1$: going to set escape processing: $2$" |
constexpr OUStringLiteral | STR_LOG_EXECUTING_PREPARED = u"s$1$: executing previously prepared statement" |
constexpr OUStringLiteral | STR_LOG_EXECUTING_PREPARED_UPDATE = u"s$1$: executing previously prepared update statement" |
constexpr OUStringLiteral | STR_LOG_EXECUTING_PREPARED_QUERY = u"s$1$: executing previously prepared query" |
constexpr OUStringLiteral | STR_LOG_STRING_PARAMETER = u"s$1$: parameter no. $2$: type: string; value: $3$" |
constexpr OUStringLiteral | STR_LOG_BOOLEAN_PARAMETER = u"s$1$: parameter no. $2$: type: boolean; value: $3$" |
constexpr OUStringLiteral | STR_LOG_BYTE_PARAMETER = u"s$1$: parameter no. $2$: type: byte; value: $3$" |
constexpr OUStringLiteral | STR_LOG_DATE_PARAMETER = u"s$1$: parameter no. $2$: type: date; value: $3$" |
constexpr OUStringLiteral | STR_LOG_TIME_PARAMETER = u"s$1$: parameter no. $2$: type: time; value: $3$" |
constexpr OUStringLiteral | STR_LOG_TIMESTAMP_PARAMETER = u"s$1$: parameter no. $2$: type: timestamp; value: $3$" |
constexpr OUStringLiteral | STR_LOG_DOUBLE_PARAMETER = u"s$1$: parameter no. $2$: type: double; value: $3$" |
constexpr OUStringLiteral | STR_LOG_FLOAT_PARAMETER = u"s$1$: parameter no. $2$: type: float; value: $3$" |
constexpr OUStringLiteral | STR_LOG_INT_PARAMETER = u"s$1$: parameter no. $2$: type: int; value: $3$" |
constexpr OUStringLiteral | STR_LOG_LONG_PARAMETER = u"s$1$: parameter no. $2$: type: long; value: $3$" |
constexpr OUStringLiteral | STR_LOG_NULL_PARAMETER = u"s$1$: parameter no. $2$: sql-type: $3$; value: null" |
constexpr OUStringLiteral | STR_LOG_OBJECT_NULL_PARAMETER = u"s$1$: parameter no. $2$: setting to null" |
constexpr OUStringLiteral | STR_LOG_SHORT_PARAMETER = u"s$1$: parameter no. $2$: type: short; value: $3$" |
constexpr OUStringLiteral | STR_LOG_BYTES_PARAMETER = u"s$1$: parameter no. $2$: type: byte[]" |
constexpr OUStringLiteral | STR_LOG_CHARSTREAM_PARAMETER = u"s$1$: parameter no. $2$: type: character stream" |
constexpr OUStringLiteral | STR_LOG_BINARYSTREAM_PARAMETER = u"s$1$: parameter no. $2$: type: binary stream" |
constexpr OUStringLiteral | STR_LOG_CLEAR_PARAMETERS = u"s$1$: clearing all parameters" |
constexpr OUStringLiteral | STR_LOG_META_DATA_METHOD = u"c$1$: entering XDatabaseMetaData::$2$" |
constexpr OUStringLiteral | STR_LOG_META_DATA_METHOD_ARG1 = u"c$1$: entering XDatabaseMetaData::$2$( '$3$' )" |
constexpr OUStringLiteral | STR_LOG_META_DATA_METHOD_ARG2 = u"c$1$: entering XDatabaseMetaData::$2$( '$3$', '$4$' )" |
constexpr OUStringLiteral | STR_LOG_META_DATA_METHOD_ARG3 = u"c$1$: entering XDatabaseMetaData::$2$( '$3$', '$4$', '$5$' )" |
constexpr OUStringLiteral | STR_LOG_META_DATA_METHOD_ARG4 = u"c$1$: entering XDatabaseMetaData::$2$( '$3$', '$4$', '$5$', '$6$' )" |
constexpr OUStringLiteral | STR_LOG_META_DATA_RESULT = u"c$1$: leaving XDatabaseMetaData::$2$: success-with-result: $3$" |
constexpr OUStringLiteral | STR_LOG_META_DATA_SUCCESS = u"c$1$: leaving XDatabaseMetaData::$2$: success" |
constexpr OUStringLiteral | STR_LOG_SETTING_SYSTEM_PROPERTY = u"setting system property \"$1$\" to value \"$2$\"" |
constexpr OUStringLiteral | STR_DB_NOT_CONNECTED_STATE = u"08003" |
constexpr OUStringLiteral | STR_DATA_CANNOT_SELECT_UNFILTERED_STATE = u"IM001" |
#define STR_LOG_DRIVER_CONNECTING_URL "jdbcBridge: connecting to URL '$1$'" |
Definition at line 16 of file strings.hxx.
#define STR_LOG_THROWING_EXCEPTION "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$" |
Definition at line 70 of file strings.hxx.
|
inlineconstexpr |
Definition at line 74 of file strings.hxx.
|
inlineconstexpr |
Definition at line 73 of file strings.hxx.
|
inlineconstexpr |
Definition at line 61 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setBinaryStream().
|
inlineconstexpr |
Definition at line 47 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setBoolean().
|
inlineconstexpr |
Definition at line 48 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setByte().
|
inlineconstexpr |
Definition at line 59 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setBytes().
|
inlineconstexpr |
Definition at line 60 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setCharacterStream().
|
inlineconstexpr |
Definition at line 62 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::clearParameters().
|
inlineconstexpr |
Definition at line 35 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::disposing().
|
inlineconstexpr |
Definition at line 27 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::loadDriverFromProperties().
|
inlineconstexpr |
Definition at line 18 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::createStatement().
|
inlineconstexpr |
Definition at line 19 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::createStatement().
|
inlineconstexpr |
Definition at line 49 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setDate().
|
inlineconstexpr |
Definition at line 52 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setDouble().
|
inlineconstexpr |
Definition at line 17 of file strings.hxx.
Referenced by connectivity::java_sql_Driver::connect().
|
inlineconstexpr |
Definition at line 34 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::executeQuery().
|
inlineconstexpr |
Definition at line 33 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::execute().
|
inlineconstexpr |
Definition at line 36 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::executeUpdate().
|
inlineconstexpr |
Definition at line 43 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::execute().
|
inlineconstexpr |
Definition at line 45 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::executeQuery().
|
inlineconstexpr |
Definition at line 44 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::executeUpdate().
|
inlineconstexpr |
Definition at line 40 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::setFetchDirection().
|
inlineconstexpr |
Definition at line 41 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::setFetchSize().
|
inlineconstexpr |
Definition at line 53 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setFloat().
|
inlineconstexpr |
Definition at line 31 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::getGeneratedValues().
|
inlineconstexpr |
Definition at line 32 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::getGeneratedValues().
|
inlineconstexpr |
Definition at line 29 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::construct().
|
inlineconstexpr |
Definition at line 54 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setInt().
|
inlineconstexpr |
Definition at line 25 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::loadDriverFromProperties().
|
inlineconstexpr |
Definition at line 55 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setLong().
|
inlineconstexpr |
Definition at line 63 of file strings.hxx.
Referenced by connectivity::java_sql_DatabaseMetaData::getBestRowIdentifier(), connectivity::java_sql_DatabaseMetaData::getCrossReference(), connectivity::java_sql_DatabaseMetaData::getIndexInfo(), connectivity::java_sql_DatabaseMetaData::getTables(), connectivity::java_sql_DatabaseMetaData::impl_callBooleanMethod(), connectivity::java_sql_DatabaseMetaData::impl_callIntMethod_ThrowRuntime(), connectivity::java_sql_DatabaseMetaData::impl_callIntMethod_ThrowSQL(), connectivity::java_sql_DatabaseMetaData::impl_callResultSetMethod(), and connectivity::java_sql_DatabaseMetaData::impl_callStringMethod().
|
inlineconstexpr |
Definition at line 64 of file strings.hxx.
Referenced by connectivity::java_sql_DatabaseMetaData::impl_callBooleanMethodWithIntArg().
|
inlineconstexpr |
Definition at line 65 of file strings.hxx.
Referenced by connectivity::java_sql_DatabaseMetaData::supportsConvert(), and connectivity::java_sql_DatabaseMetaData::supportsResultSetConcurrency().
|
inlineconstexpr |
Definition at line 66 of file strings.hxx.
Referenced by connectivity::java_sql_DatabaseMetaData::impl_callResultSetMethodWithStrings().
|
inlineconstexpr |
Definition at line 67 of file strings.hxx.
Referenced by connectivity::java_sql_DatabaseMetaData::impl_callResultSetMethodWithStrings().
|
inlineconstexpr |
Definition at line 68 of file strings.hxx.
Referenced by connectivity::java_sql_DatabaseMetaData::impl_callBooleanMethod(), connectivity::java_sql_DatabaseMetaData::impl_callBooleanMethodWithIntArg(), connectivity::java_sql_DatabaseMetaData::impl_callIntMethod_ThrowRuntime(), connectivity::java_sql_DatabaseMetaData::impl_callIntMethod_ThrowSQL(), connectivity::java_sql_DatabaseMetaData::impl_callStringMethod(), connectivity::java_sql_DatabaseMetaData::supportsConvert(), and connectivity::java_sql_DatabaseMetaData::supportsResultSetConcurrency().
|
inlineconstexpr |
Definition at line 69 of file strings.hxx.
Referenced by connectivity::java_sql_DatabaseMetaData::getBestRowIdentifier(), connectivity::java_sql_DatabaseMetaData::getCrossReference(), connectivity::java_sql_DatabaseMetaData::getIndexInfo(), connectivity::java_sql_DatabaseMetaData::getTables(), connectivity::java_sql_DatabaseMetaData::impl_callResultSetMethod(), and connectivity::java_sql_DatabaseMetaData::impl_callResultSetMethodWithStrings().
Definition at line 24 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::nativeSQL().
|
inlineconstexpr |
Definition at line 26 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::loadDriverFromProperties().
|
inlineconstexpr |
Definition at line 28 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::construct().
|
inlineconstexpr |
Definition at line 56 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setNull().
|
inlineconstexpr |
Definition at line 57 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setObjectNull(), and connectivity::java_sql_PreparedStatement::setObjectWithInfo().
|
inlineconstexpr |
Definition at line 22 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::prepareCall().
|
inlineconstexpr |
Definition at line 20 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::prepareStatement().
|
inlineconstexpr |
Definition at line 23 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::prepareCall().
|
inlineconstexpr |
Definition at line 21 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::prepareStatement().
|
inlineconstexpr |
Definition at line 38 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::setResultSetConcurrency().
|
inlineconstexpr |
Definition at line 39 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::setResultSetType().
|
inlineconstexpr |
Definition at line 42 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::setEscapeProcessing().
|
inlineconstexpr |
Definition at line 71 of file strings.hxx.
|
inlineconstexpr |
Definition at line 58 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setShort().
|
inlineconstexpr |
Definition at line 30 of file strings.hxx.
Referenced by connectivity::java_sql_Connection::disposing().
|
inlineconstexpr |
Definition at line 46 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setString().
|
inlineconstexpr |
Definition at line 50 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setTime().
|
inlineconstexpr |
Definition at line 51 of file strings.hxx.
Referenced by connectivity::java_sql_PreparedStatement::setTimestamp().
Definition at line 37 of file strings.hxx.
Referenced by connectivity::java_sql_Statement_Base::getUpdateCount().