DBErrorToException
__construct
(mixed $IncommingDBH)
int
autoCommit
([mixed $AC = FALSE], bool $onoff)
int
autoExecute
(string $table, array $fields_values, [integer $mode = DB_AUTOQUERY_INSERT], [string $where = FALSE])
-
string
$table
-
array
$fields_values
-
integer
$mode
-
string
$where
resource
autoPrepare
(string $table, mixed $table_fields, [integer $mode = DB_AUTOQUERY_INSERT], [string $where = FALSE], array $fields_values)
-
string
$table
-
array
$fields_values
-
integer
$mode
-
string
$where
object
connect
(mixed $dsn, [array $options = array()])
-
mixed
$dsn
-
array
$options
int
createSequence
(string $seq_name)
int
dropSequence
(string $seq_name)
string
escapeSimple
(string $str)
mixed
execute
(resource $stmt, [mixed $data = array()])
-
resource
$stmt
-
mixed
$data
int
executeMultiple
(resource $stmt, mixed $data)
-
resource
$stmt
-
mixed
$data
bool
freePrepared
(resource $stmt, [bool $free_resource = true])
-
resource
$stmt
-
bool
$free_resource
array
getAll
(string $query, [array $params = array()], [integer $fetchmode = DB_FETCHMODE_DEFAULT])
-
string
$query
-
array
$params
-
integer
$fetchmode
array
getAssoc
(string $query, [bool $force_array = FALSE], [array $params = array()], [integer $fetchmode = DB_FETCHMODE_DEFAULT], [bool $group = FALSE])
-
string
$query
-
bool
$force_array
-
array
$params
-
integer
$fetchmode
-
bool
$group
array
getCol
(string $query, mixed $col, [mixed $params = array()])
-
string
$query
-
mixed
$col
-
mixed
$params
array
getListOf
(string $type)
array
getOne
(string $query, [mixed $params = array()])
-
string
$query
-
mixed
$params
mixed
getOption
(string $option)
array
getRow
(string $query, [array $params = array()], [int $fetchmode = DB_FETCHMODE_DEFAULT])
-
string
$query
-
array
$params
-
int
$fetchmode
bool
isError
(mixed $value)
mixed
limitQuery
(string $query, int $from, int $count, [mixed $params = array()])
-
string
$query
-
int
$from
-
int
$count
-
mixed
$params
int
nextId
(string $seq_name, [bool $onDemand = TRUE])
-
string
$seq_name
-
bool
$onDemand
resource
prepare
(string $query)
bool
provides
(string $feature)
mixed
query
(string $query, [mixed $params = array()])
-
string
$query
-
mixed
$params
string
quote
(string $string)
string
quoteIdentifier
(string $str)
mixed
quoteSmart
(mixed $in)
void
setFetchMode
(int $fetchmode, [string $object_class = 'stdClass'])
-
int
$fetchmode
-
string
$object_class
int
setOption
(string $option, mixed $value)
-
string
$option
-
mixed
$value
array
tableInfo
(mixed $result, [int $mode = NULL])