db\oci\Schema quoteSimpleTableName()

quoteSimpleTableName() public method

Quotes a simple table name for use in a query.

A simple table name should contain the table name only without any schema prefix. If the table name is already quoted, this method will do nothing.

public string quoteSimpleTableName ( $name )
$name string

Table name

return string

The properly quoted table name

doc_Yii
2016-10-30 16:58:43
Comments
Leave a Comment

Please login to continue.