class SqlServerObjectIdentifier extends Model (View source)

Properties

string $schema
string $table

Methods

setSchema($schema)

No description

string
getSchema()

No description

setTable($table)

No description

string
getTable()

No description

Details

setSchema($schema)

No description

Parameters

$schema

string getSchema()

No description

Return Value

string

setTable($table)

No description

Parameters

$table

string getTable()

No description

Return Value

string