merge the formfield patch from ooo-build
[ooovba.git] / connectivity / source / resource / conn_log_res.src
blobbdc896f6ac3dbc3b5c4cf1c36e7278b46506e679
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: conn_log_res.src,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "resource/jdbc_log.hrc"
33 // ============================================================================
34 // = log messages for the JDBC driver
35 // ============================================================================
37 String STR_LOG_DRIVER_CONNECTING_URL
39     Text = "jdbcBridge: connecting to URL '$1$'";
42 String STR_LOG_DRIVER_SUCCESS
44     Text = "jdbcBridge: success";
47 String STR_LOG_CREATE_STATEMENT
49     Text = "c$1$: creating statement";
52 String STR_LOG_CREATED_STATEMENT_ID
54     Text = "c$1$: created statement, statement id: s$2$";
57 String STR_LOG_PREPARE_STATEMENT
59     Text = "c$1$: preparing statement: $2$";
62 String STR_LOG_PREPARED_STATEMENT_ID
64     Text = "c$1$: prepared statement, statement id: s$2$";
67 String STR_LOG_PREPARE_CALL
69     Text = "c$1$: preparing call: $2$";
72 String STR_LOG_PREPARED_CALL_ID
74     Text = "c$1$: prepared call, statement id: s$2$";
77 String STR_LOG_NATIVE_SQL
79     Text = "c$1$: native SQL: $2$ -> $3$";
82 String STR_LOG_LOADING_DRIVER
84     Text = "c$1$: attempting to load driver class $2$";
87 String STR_LOG_NO_DRIVER_CLASS
89     Text = "c$1$: no Java Driver Class was provided";
92 String STR_LOG_CONN_SUCCESS
94     Text = "c$1$: success";
97 String STR_LOG_NO_SYSTEM_CONNECTION
99     Text = "c$1$: JDBC driver did not provide a JDBC connection";
102 String STR_LOG_GOT_JDBC_CONNECTION
104     Text = "c$1$: obtained a JDBC connection for $2$";
107 String STR_LOG_SHUTDOWN_CONNECTION
109     Text = "c$1$: shutting down connection";
112 String STR_LOG_GENERATED_VALUES
114     Text = "s$1$: retrieving generated values";
117 String STR_LOG_GENERATED_VALUES_FALLBACK
119     Text = "s$1$: getGeneratedValues: falling back to statement: $2$";
122 String STR_LOG_EXECUTE_STATEMENT
124     Text = "s$1$: going to execute: $2$";
127 String STR_LOG_EXECUTE_QUERY
129     Text = "s$1$: going to execute query: $2$";
132 String STR_LOG_CLOSING_STATEMENT
134     Text = "s$1$: closing/disposing statement";
137 String STR_LOG_EXECUTE_UPDATE
139     Text = "s$1$: going to execute update: $2$";
142 String STR_LOG_UPDATE_COUNT
144     Text = "s$1$: update count: $2$";
147 String STR_LOG_RESULT_SET_CONCURRENCY
149     Text = "s$1$: going to set result set concurrency: $2$";
152 String STR_LOG_RESULT_SET_TYPE
154     Text = "s$1$: going to set result set type: $2$";
157 String STR_LOG_FETCH_DIRECTION
159     Text = "s$1$: fetch direction: $2$";
162 String STR_LOG_FETCH_SIZE
164     Text = "s$1$: fetch size: $2$";
167 String STR_LOG_SET_ESCAPE_PROCESSING
169     Text = "s$1$: going to set escape processing: $2$";
172 String STR_LOG_EXECUTING_PREPARED
174     Text = "s$1$: executing previously prepared statement";
177 String STR_LOG_EXECUTING_PREPARED_UPDATE
179     Text = "s$1$: executing previously prepared update statement";
182 String STR_LOG_EXECUTING_PREPARED_QUERY
184     Text = "s$1$: executing previously prepared query";
187 String STR_LOG_STRING_PARAMETER
189     Text = "s$1$: parameter no. $2$: type: string; value: $3$";
192 String STR_LOG_BOOLEAN_PARAMETER
194     Text = "s$1$: parameter no. $2$: type: boolean; value: $3$";
197 String STR_LOG_BYTE_PARAMETER
199     Text = "s$1$: parameter no. $2$: type: byte; value: $3$";
202 String STR_LOG_DATE_PARAMETER
204     Text = "s$1$: parameter no. $2$: type: date; value: $3$";
207 String STR_LOG_TIME_PARAMETER
209     Text = "s$1$: parameter no. $2$: type: time; value: $3$";
212 String STR_LOG_TIMESTAMP_PARAMETER
214     Text = "s$1$: parameter no. $2$: type: timestamp; value: $3$";
217 String STR_LOG_DOUBLE_PARAMETER
219     Text = "s$1$: parameter no. $2$: type: double; value: $3$";
222 String STR_LOG_FLOAT_PARAMETER
224     Text = "s$1$: parameter no. $2$: type: float; value: $3$";
227 String STR_LOG_INT_PARAMETER
229     Text = "s$1$: parameter no. $2$: type: int; value: $3$";
232 String STR_LOG_LONG_PARAMETER
234     Text = "s$1$: parameter no. $2$: type: long; value: $3$";
237 String STR_LOG_NULL_PARAMETER
239     Text = "s$1$: parameter no. $2$: sql-type: $3$; value: null";
242 String STR_LOG_OBJECT_NULL_PARAMETER
244     Text = "s$1$: parameter no. $2$: setting to null";
247 String STR_LOG_SHORT_PARAMETER
249     Text = "s$1$: parameter no. $2$: type: short; value: $3$";
252 String STR_LOG_BYTES_PARAMETER
254     Text = "s$1$: parameter no. $2$: type: byte[]";
257 String STR_LOG_CHARSTREAM_PARAMETER
259     Text = "s$1$: parameter no. $2$: type: character stream";
262 String STR_LOG_BINARYSTREAM_PARAMETER
264     Text = "s$1$: parameter no. $2$: type: binary stream";
267 String STR_LOG_CLEAR_PARAMETERS
269     Text = "s$1$: clearing all parameters";
272 String STR_LOG_META_DATA_METHOD
274     Text = "c$1$: entering XDatabaseMetaData::$2$";
277 String STR_LOG_META_DATA_METHOD_ARG1
279     Text = "c$1$: entering XDatabaseMetaData::$2$( '$3$' )";
282 String STR_LOG_META_DATA_METHOD_ARG2
284     Text = "c$1$: entering XDatabaseMetaData::$2$( '$3$', '$4$' )";
287 String STR_LOG_META_DATA_METHOD_ARG3
289     Text = "c$1$: entering XDatabaseMetaData::$2$( '$3$', '$4$', '$5$' )";
292 String STR_LOG_META_DATA_METHOD_ARG4
294     Text = "c$1$: entering XDatabaseMetaData::$2$( '$3$', '$4$', '$5$', '$6$' )";
297 String STR_LOG_META_DATA_RESULT
299     Text = "c$1$: leaving XDatabaseMetaData::$2$: success-with-result: $3$";
302 String STR_LOG_META_DATA_SUCCESS
304     Text = "c$1$: leaving XDatabaseMetaData::$2$: success";
307 String STR_LOG_THROWING_EXCEPTION
309     Text = "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$";
312 String STR_LOG_SETTING_SYSTEM_PROPERTY
314     Text = "setting system property \"$1$\" to value \"$2$\"";