db\oci\Schema loadTableSchema()

loadTableSchema() public method

Loads the metadata for the specified table.

public null|yii\db\TableSchema loadTableSchema ( $name )
$name string

Table name

return null|yii\db\TableSchema

DBMS-dependent table metadata, null if the table does not exist.

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.