Class SQLiteDB
- SQLiteDB_
-
SQLiteDB
Located at sqlite.lib.php
Methods summary
private
|
|
private
|
|
private
|
|
private
|
|
public
|
|
public
|
|
public
|
|
public
array
|
#
getStatistics( )
return a array with statistics about SELECTS, UPDATES, INSERTS ect. since the object was created |
public
mixed
|
|
public
integer
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from SQLiteDB_
Properties summary
private
array
|
$m_db
|
#
array()
|
private
array
|
$m_sqlite_int_error
|
#
array()
|
private
array
|
$m_internal_errors
|
#
array()
|
private
array
|
$m_statistic
|
#
array()
|
private
|
$m_logger
|
#
null
|
private
array
|
$m_transaction
|
#
array()
|
private
boolean
|
$m_use_sqlite3
|
#
false
|
public
boolean
|
$m_show_warning
show warnings |
#
true
|
public
boolean
|
$m_persistent_connection
open the connection persistent |
#
false
|
public
integer
|
$m_last_query_ms
return the last query execution time |
#
0
|
public
string
|
$m_last_id
id of last used db |
#
""
|
public
string
|
$m_trace_path
path for trace file |
#
""
|
public
string
|
$m_trace_file
filename of tracefile |
#
""
|
public
mixed
|
$m_trace_delAfter
size before trace file will set to zero |
#
"1024K"
|
public
mixed
|
$m_log_delAfter
size before log file(s) will set to zero |
#
"1024K"
|
public
string
|
$m_log_path
path for log files |
#
""
|
public
string
|
$m_log_critical_section_id
enable critical section for write log files |
#
null
|
public
string
|
$m_log_critical_section_path
path to share the critical section for write log files |
#
""
|
public
integer
|
$m_log_critical_section_maxlock_ms
max lock time for zombie processes |
#
1000
|
public
integer
|
$m_log_critical_section_sleep_ms
sleep for retry enter critical section |
#
10
|
public
string
|
$m_trace_critical_section_id
enable critical section for write trace files |
#
null
|
public
string
|
$m_trace_critical_section_path
path to share the critical section for write trace files |
#
"./"
|
public
integer
|
$m_trace_critical_section_maxlock_ms
max lock time for zombie processes |
#
1000
|
public
integer
|
$m_trace_critical_section_sleep_ms
sleep for retry enter critical section |
#
10
|