OracleTable
in package
implements
Serializable
AbstractYes
Table of Contents
Interfaces
- Serializable
Properties
- $dbmsTable : mixed
- $dbName : mixed
- $tableName : mixed
Methods
- __construct() : mixed
- exists() : mixed
- getDBName() : mixed
- getTableName() : mixed
- init() : mixed
- serialize() : mixed
- unserialize() : mixed
- install() : mixed
Properties
$dbmsTable
protected
mixed
$dbmsTable
$dbName
protected
mixed
$dbName
$tableName
protected
mixed
$tableName
Methods
__construct()
public
__construct(mixed $dbName, mixed $tableName) : mixed
Parameters
- $dbName : mixed
- $tableName : mixed
exists()
public
exists() : mixed
getDBName()
public
getDBName() : mixed
getTableName()
public
getTableName() : mixed
init()
public
init() : mixed
serialize()
public
serialize() : mixed
unserialize()
public
unserialize(mixed $data) : mixed
Parameters
- $data : mixed
install()
protected
abstract install() : mixed