__construct(string $table, null | string $schema)
string
nullstring
getSchema() : null | string
nullstring
getTable() : string
stringgetTableAndSchema()
hasSchema() : bool
boolsetSchema($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