__construct(string $table, null | string $schema)
string
nullstring
getSchema() : null | string
null
string
getTable() : string
string
getTableAndSchema()
hasSchema() : bool
bool
setSchema($schema)
deprecated | please use the constructor and build a new {@see TableIdentifier} instead |
---|
setTable(string $table)
deprecated | please use the constructor and build a new {@see TableIdentifier} instead |
---|
string
$schema : null | string
$table : string