Documentation

OracleCardTable extends OracleTable
in package

Table of Contents

Properties

$dbmsTable  : mixed
$dbName  : mixed
$tableName  : mixed

Methods

__construct()  : mixed
cleanse()  : mixed
createNode()  : mixed
exists()  : mixed
getAttributes()  : mixed
getChildNodes()  : mixed
getDataList()  : mixed
getDBName()  : mixed
getIdByAttribute()  : mixed
getIdListByAttribute()  : mixed
getNamespaceList()  : mixed
getNode()  : mixed
getNodeByType()  : mixed
getNodeListByParent()  : mixed
getNodeListByType()  : mixed
getTableName()  : mixed
init()  : mixed
serialize()  : mixed
unserialize()  : mixed
updateNodeParent()  : mixed
updateNodeValue()  : mixed
cast()  : mixed
castList()  : mixed
install()  : mixed

Properties

Methods

__construct()

public __construct(mixed $dbName, mixed $tableName) : mixed
Parameters
$dbName : mixed
$tableName : mixed

cleanse()

public cleanse(mixed $documentId) : mixed
Parameters
$documentId : mixed

createNode()

public createNode(mixed $type, mixed $ns, mixed $name, mixed $value, mixed $parentId) : mixed
Parameters
$type : mixed
$ns : mixed
$name : mixed
$value : mixed
$parentId : mixed

getAttributes()

public getAttributes(mixed $parentId) : mixed
Parameters
$parentId : mixed

getChildNodes()

public getChildNodes(mixed $parentId) : mixed
Parameters
$parentId : mixed

getIdByAttribute()

public getIdByAttribute(mixed $attrValue, array<string|int, mixed> $attrIdList) : mixed
Parameters
$attrValue : mixed
$attrIdList : array<string|int, mixed>

getIdListByAttribute()

public getIdListByAttribute(mixed $attrValue, array<string|int, mixed> $attrIdList) : mixed
Parameters
$attrValue : mixed
$attrIdList : array<string|int, mixed>

getNodeByType()

public getNodeByType(mixed $type) : mixed
Parameters
$type : mixed

getNodeListByParent()

public getNodeListByParent(mixed $parentId) : mixed
Parameters
$parentId : mixed

getNodeListByType()

public getNodeListByType(mixed $type) : mixed
Parameters
$type : mixed

unserialize()

public unserialize(mixed $data) : mixed
Parameters
$data : mixed

updateNodeParent()

public updateNodeParent(Node $node, mixed $parentId) : mixed
Parameters
$node : Node
$parentId : mixed

updateNodeValue()

public updateNodeValue(Node $node, mixed $value) : mixed
Parameters
$node : Node
$value : mixed

cast()

protected cast(array<string|int, mixed> &$data) : mixed
Parameters
$data : array<string|int, mixed>

castList()

protected castList(array<string|int, mixed> &$dataList) : mixed
Parameters
$dataList : array<string|int, mixed>

        
On this page

Search results