Class: IBDatabase
Source Location: /interbase.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
IBDatabase __construct(
[
$aowner = null])
|
|
Overrides CustomConnection::__construct (parent method not documented)
Parameters:
void
BeginTrans [line 60]
void
CompleteTrans [line 65]
boolean
createDictionaryTable [line 334]
boolean createDictionaryTable(
)
|
|
Creates the dictionary table on the database
array
databases [line 362]
Return all the databases using the connection information
void
DBDate [line 136]
Overrides CustomConnection::DBDate (Returns a date formatted to be used on this database, depending on the type)
Parameters:
void
DoConnect [line 209]
void
DoDisconnect [line 222]
object
execute [line 164]
object execute(
string
$query, [
$params = array()])
|
|
Executes a query
Parameters:
object
executelimit [line 182]
object executelimit(
string
$query,
$numrows,
$offset)
|
|
Executes a limited query
Parameters:
array
extractIndexes [line 281]
array &extractIndexes(
string
$table, [boolean
$primary = FALSE])
|
|
Return indexes for a table
Parameters:
void
MetaFields [line 47]
void
Param [line 141]
void
Prepare [line 126]
void
PrepareSP [line 131]
void
QuoteStr [line 146]
array
readFieldDictionaryProperties [line 238]
array readFieldDictionaryProperties(
string
$table, string
$field)
|
|
Return properties for a field
Parameters:
array
tables [line 372]
array tables(
[
$ttype = false], [
$showSchema = false], [
$mask = false])
|
|
Return tables on this database
Parameters:
|
|