summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/stats/SQLExecution.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/stats/SQLExecution.java')
-rw-r--r--qadevOOo/runner/stats/SQLExecution.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/qadevOOo/runner/stats/SQLExecution.java b/qadevOOo/runner/stats/SQLExecution.java
index 1401156e6d82..9c6dca8a69c9 100644
--- a/qadevOOo/runner/stats/SQLExecution.java
+++ b/qadevOOo/runner/stats/SQLExecution.java
@@ -32,14 +32,14 @@ import java.util.StringTokenizer;
*/
public class SQLExecution {
- protected Connection mConnection = null;
- protected Statement mStatement = null;
- protected String mJdbcClass = null;
- protected String mDbURL = null;
- protected String mUser = null;
- protected String mPassword = null;
- protected boolean m_bConnectionOpen = false;
- protected boolean m_bDebug = false;
+ private Connection mConnection = null;
+ private Statement mStatement = null;
+ private String mJdbcClass = null;
+ private String mDbURL = null;
+ private String mUser = null;
+ private String mPassword = null;
+ private boolean m_bConnectionOpen = false;
+ private boolean m_bDebug = false;
/** Creates a new instance of SQLExecution