Property | Type | Description | |
---|---|---|---|
$dbName | initial connection | ||
$encoding | |||
$error_handler | |||
$host | |||
$named_param_seperator | |||
$nested_transactions | |||
$nonsql_error_handler | |||
$param_char | configure workings | ||
$password | |||
$port | |||
$success_handler | |||
$throw_exception_on_error | |||
$throw_exception_on_nonsql_error | |||
$usenull | |||
$user |
Property | Type | Description | |
---|---|---|---|
$mdb | internal |
Method | Description | |
---|---|---|
affectedRows ( ) | ||
columnList ( ) | ||
commit ( ) | ||
count ( ) | ||
debugMode ( $handler = true ) | ||
delete ( ) | ||
disconnect ( ) | ||
get ( ) | ||
getMDB ( ) | ||
insert ( ) | ||
insertId ( ) | ||
insertIgnore ( ) | ||
insertUpdate ( ) | ||
nonSQLError ( ) | ||
query ( ) | ||
queryAllLists ( ) | ||
queryFirstColumn ( ) | ||
queryFirstField ( ) | ||
queryFirstList ( ) | ||
queryFirstRow ( ) | ||
queryFullColumns ( ) | ||
queryOneColumn ( ) | ||
queryOneField ( ) | ||
queryOneList ( ) | ||
queryOneRow ( ) | ||
queryRaw ( ) | ||
queryRawUnbuf ( ) | ||
replace ( ) | ||
rollback ( ) | ||
serverVersion ( ) | ||
sqlEval ( ) | ||
startTransaction ( ) | ||
tableList ( ) | ||
transactionDepth ( ) | ||
update ( ) | ||
useDB ( ) |
public static $throw_exception_on_nonsql_error |