db\cubrid\QueryBuilder dropCommentFromTable()

dropCommentFromTable() public method (available since version 2.0.8)

Builds a SQL command for adding comment to table

public string dropCommentFromTable ( $table )
$table string

The table whose column is to be commented. The table name will be properly quoted by the method.

return string

The SQL statement for adding comment on column

doc_Yii
2016-10-30 16:57:55
Comments
Leave a Comment

Please login to continue.