phpDocumentor openbiz.bin.data.private
[ class tree: openbiz.bin.data.private ] [ index: openbiz.bin.data.private ] [ all elements ]

Element index for package openbiz.bin.data.private

Package indexes

[ b ] [ c ] [ g ] [ i ] [ m ] [ o ] [ r ] [ s ] [ t ] [ _ ]

_

_

_compKeyRuleToSql
in file BizDataObj_SQLHelper.php, function _compKeyRuleToSql()
_convertSqlExpression
in file BizDataObj_SQLHelper.php, function _convertSqlExpression()
    Convert Sql Expression Replace [field name] in the SQL expression with table_alias.column
__construct
in file TableJoin.php, method TableJoin::__construct()
__construct
in file BizRecord.php, method BizRecord::__construct()
    Initialize BizRecord with xml array
__construct
in file ObjReference.php, method ObjReference::__construct()
b

b

BizDataObj_SQLHelper
in file BizDataObj_SQLHelper.php, class BizDataObj_SQLHelper
    Class BizDataObj_SQLHelper takes care of building sql for BizDataObj BizDataObj_SQLHelper is singleton object
BizRecord
in file BizRecord.php, class BizRecord
    BizRecord class implements basic function of handling record
BuildDeleteSQL
in file BizDataObj_SQLHelper.php, function BuildDeleteSQL()
    Build delete-sql DELETE FROM table WHERE idcol1='id1' AND idcol2='id2'
BuildDeleteSQLforTableJoin
in file BizDataObj_SQLHelper.php, function BuildDeleteSQLforTableJoin()
    Build delete-SQL for table join
BuildInsertSQL
in file BizDataObj_SQLHelper.php, function BuildInsertSQL()
    Build insert-sql INSERT INTO table_name (column1, column2,...) VALUES (value1, value2,....)
BuildInsertSQLforTableExtension
in file BizDataObj_SQLHelper.php, function BuildInsertSQLforTableExtension()
    Build insert-SQL for table extension
BuildInsertSQLforTableJoin
in file BizDataObj_SQLHelper.php, function BuildInsertSQLforTableJoin()
    Build insert-SQL for table join
BuildQuerySQL
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::BuildQuerySQL()
BuildUpdateSQL
in file BizDataObj_SQLHelper.php, function BuildUpdateSQL()
    Build update sql UPDATE table SET col1=val1, col2=val2 ...
BuildUpdateSQLforTableJoin
in file BizDataObj_SQLHelper.php, function BuildUpdateSQLforTableJoin()
    Build update-SQL for table join
BizDataObj_Assoc.php
procedural page BizDataObj_Assoc.php
BizDataObj_SQLHelper.php
procedural page BizDataObj_SQLHelper.php
BizRecord.php
procedural page BizRecord.php
c

c

ConvertSqlArrToRecArr
in file BizRecord.php, method BizRecord::ConvertSqlArrToRecArr()
    Conver sql array to record array
g

g

$g_BizSystem
in file BizDataObj_Assoc.php, global variable $g_BizSystem
    Add record many to many (M-M)
GetDataSqlObj
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::GetDataSqlObj()
    Get curent BizDataSql object, if object=null, create new object
GetEmptyRecordArr
in file BizRecord.php, method BizRecord::GetEmptyRecordArr()
    Get an empty record array. Called by BizDataObj::NewRecord()
GetFieldByColumn
in file BizRecord.php, method BizRecord::GetFieldByColumn()
    Get fielf by column name
GetJoinInputRecord
in file BizRecord.php, method BizRecord::GetJoinInputRecord()
    Get join input record
GetJoinSearchRule
in file BizRecord.php, method BizRecord::GetJoinSearchRule()
    Get join search rule
GetKeyFields
in file BizRecord.php, method BizRecord::GetKeyFields()
    Get a list of fields (name) who are defined as keys columns
GetKeySearchRule
in file BizRecord.php, method BizRecord::GetKeySearchRule()
    Get key search rule.
GetKeyValue
in file BizRecord.php, method BizRecord::GetKeyValue()
    Get key (Id) value.
GetNewDataSqlObj
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::GetNewDataSqlObj()
    Get new BizDataSql object and store on internal variable (current object)
GetRecordArr
in file BizRecord.php, method BizRecord::GetRecordArr()
    Get record array by converting input indexed-Value array to Field-Value pairs
GetToSaveFields
in file BizRecord.php, method BizRecord::GetToSaveFields()
    Get insert/update fields.
i

i

instance
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::instance()
    Get the singleton instance
m

m

$m_CascadeDelete
in file ObjReference.php, variable ObjReference::$m_CascadeDelete
$m_ColFldMap
in file BizRecord.php, variable BizRecord::$m_ColFldMap
$m_Column
in file ObjReference.php, variable ObjReference::$m_Column
$m_Column
in file TableJoin.php, variable TableJoin::$m_Column
$m_ColumnRef
in file TableJoin.php, variable TableJoin::$m_ColumnRef
$m_FieldRef
in file ObjReference.php, variable ObjReference::$m_FieldRef
$m_InputFields
in file BizRecord.php, variable BizRecord::$m_InputFields
$m_JoinRef
in file TableJoin.php, variable TableJoin::$m_JoinRef
$m_JoinType
in file TableJoin.php, variable TableJoin::$m_JoinType
$m_KeyFldColMap
in file BizRecord.php, variable BizRecord::$m_KeyFldColMap
$m_OnSaveDataObj
in file TableJoin.php, variable TableJoin::$m_OnSaveDataObj
$m_Relationship
in file ObjReference.php, variable ObjReference::$m_Relationship
$m_Table
in file TableJoin.php, variable TableJoin::$m_Table
$m_Table
in file ObjReference.php, variable ObjReference::$m_Table
$m_XColumn1
in file ObjReference.php, variable ObjReference::$m_XColumn1
$m_XColumn2
in file ObjReference.php, variable ObjReference::$m_XColumn2
$m_XDataObj
in file ObjReference.php, variable ObjReference::$m_XDataObj
$m_XKeyColumn
in file ObjReference.php, variable ObjReference::$m_XKeyColumn
$m_XTable
in file ObjReference.php, variable ObjReference::$m_XTable
merge
in file BizRecord.php, method BizRecord::merge()
    Merge with another BizRecord object. Used in metedata inheritance.
o

o

ObjReference.php
procedural page ObjReference.php
ObjReference
in file ObjReference.php, class ObjReference
    ObjReference class defines the object reference of a BizDataObj
r

r

RuleToSql
in file BizDataObj_SQLHelper.php, function RuleToSql()
    Convert search/sort rule to sql clause, replace [fieldName] with table.column openbiz SQL expression as : "[fieldName] opr 'Value' AND/OR [fieldName] opr 'Value'...". "()" is valid syntax
s

s

SaveOldRecord
in file BizRecord.php, method BizRecord::SaveOldRecord()
    Save old recrod, used in update record when old record value is needed in the action
SetInputRecord
in file BizRecord.php, method BizRecord::SetInputRecord()
SetRecordArr
in file BizRecord.php, method BizRecord::SetRecordArr()
    Set record array to internal data structure
substr_lr
in file BizDataObj_SQLHelper.php, function substr_lr()
    substr_lr() - help function (helper).
t

t

TableJoin.php
procedural page TableJoin.php
TableJoin
in file TableJoin.php, class TableJoin
    TableJoin class defines the table join used in BizDataObj

Documentation generated on Tue, 22 Dec 2009 03:02:27 -0800 by phpDocumentor 1.3.0RC3