Class: Database
Source Location: /dbtables.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
Database __construct(
[
$aowner = null])
|
|
Overrides CustomConnection::__construct (parent method not documented)
Parameters:
void
BeginTrans [line 64]
void
CompleteTrans [line 69]
boolean
createDictionaryTable [line 323]
boolean createDictionaryTable(
)
|
|
Creates the dictionary table on the database
void
DBDate [line 97]
Overrides CustomConnection::DBDate (Returns a date formatted to be used on this database, depending on the type)
Parameters:
void
DoConnect [line 212]
void
DoDisconnect [line 241]
object
execute [line 182]
object execute(
string
$query, [
$params = array()])
|
|
Executes a query
Parameters:
object
executelimit [line 201]
object executelimit(
string
$query, integer
$numrows, integer
$offset)
|
|
Executes a limited query
Parameters:
array
extractIndexes [line 304]
array &extractIndexes(
string
$table, [boolean
$primary = FALSE])
|
|
Return indexes for a table
Parameters:
void
MetaFields [line 51]
void
Param [line 102]
void
Prepare [line 87]
void
PrepareSP [line 92]
void
QuoteStr [line 107]
array
readFieldDictionaryProperties [line 257]
array readFieldDictionaryProperties(
string
$table, string
$field)
|
|
Return properties for a field
Parameters:
array
tables [line 472]
Return tables on this database
|
|