Home
last modified time | relevance | path

Searched refs:m_bDebug (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/qadevOOo/runner/stats/
H A DSQLExecution.java47 protected boolean m_bDebug = false; field in SQLExecution
75 m_bDebug = debug; in SQLExecution()
263 if (m_bDebug) in execute()
299 if (m_bDebug) { in execute()
H A DComplexDataBaseOutProducer.java45 m_bDebug = (debug.equalsIgnoreCase("yes") || debug.equalsIgnoreCase("true")); in ComplexDataBaseOutProducer()
124 if ( m_bDebug ) { in insertEntry()
131 if ( m_bDebug ) { in insertEntry()
H A DDataBaseOutProducer.java39 protected boolean m_bDebug = false; field in DataBaseOutProducer
56 m_bDebug = true; in DataBaseOutProducer()
80 mSqlExec = new SQLExecution(jdbcClass, dbURL, user, password, m_bDebug); in initialize()

Completed in 16 milliseconds