Documentation

OracleCustomTable extends OracleTable
in package

Table of Contents

Properties

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

Methods

__construct()  : mixed
createRow()  : mixed
deleteCardsBySetAbbr()  : mixed
exists()  : mixed
getCardList()  : mixed
getCardListByNameList()  : mixed
getCardListBySetAbbr()  : mixed
getCardListBySetName()  : mixed
getDBName()  : mixed
getIdListByName()  : mixed
getNameListBySetName()  : mixed
getTableName()  : mixed
init()  : mixed
serialize()  : mixed
unserialize()  : mixed
updateRowByName()  : mixed
install()  : mixed

Properties

Methods

__construct()

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

createRow()

public createRow(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

deleteCardsBySetAbbr()

public deleteCardsBySetAbbr(mixed $setAbbr) : mixed
Parameters
$setAbbr : mixed

getCardListByNameList()

public getCardListByNameList(array<string|int, mixed> $nameList) : mixed
Parameters
$nameList : array<string|int, mixed>

getCardListBySetAbbr()

public getCardListBySetAbbr(mixed $setAbbr) : mixed
Parameters
$setAbbr : mixed

getCardListBySetName()

public getCardListBySetName(mixed $setName) : mixed
Parameters
$setName : mixed

getIdListByName()

public getIdListByName(mixed $name) : mixed
Parameters
$name : mixed

getNameListBySetName()

public getNameListBySetName(mixed $setName) : mixed
Parameters
$setName : mixed

unserialize()

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

updateRowByName()

public updateRowByName(array<string|int, mixed> $data, mixed $name) : mixed
Parameters
$data : array<string|int, mixed>
$name : mixed

        
On this page

Search results