void CommitTrans(
[
$ok = true]
)
|
|
Parameters:
Redefinition of:
- ADOConnection::CommitTrans()
- If database does not support transactions, always return true as data always commited
void InParameter(
&$stmt,
&$var,
$name, [
$maxLen = 4000], [
$type = false]
)
|
|
Parameters:
|
|
&$stmt: |
|
|
|
&$var: |
|
|
|
$name: |
|
|
|
$maxLen: |
|
|
|
$type: |
|
Redefinition of:
- ADOConnection::InParameter()
void MetaColumns(
$table, [
$normalize = true]
)
|
|
Parameters:
Redefinition of:
- ADOConnection::MetaColumns()
- List columns in a database as an array of ADOFieldObjects.
Redefined in descendants as:
void MetaTables(
[
$ttype = false], [
$showSchema = false], [
$mask = false]
)
|
|
Parameters:
|
|
$ttype: |
|
|
|
$showSchema: |
|
|
|
$mask: |
|
Redefinition of:
- ADOConnection::MetaTables()
Redefined in descendants as:
void SelectLimit(
$sql, [
$nrows = -1], [
$offset = -1], [
$inputarr = false], [
$secs2cache = 0]
)
|
|
Parameters:
|
|
$sql: |
|
|
|
$nrows: |
|
|
|
$offset: |
|
|
|
$inputarr: |