db\oci\Schema extractColumnType()

extractColumnType() protected method

Extracts the data types for the given column

protected void extractColumnType ( $column, $dbType, $precision, $scale, $length )
$column yii\db\ColumnSchema
$dbType string

DB type

$precision string

Total number of digits. This parameter is available since version 2.0.4.

$scale string

Number of digits on the right of the decimal separator. This parameter is available since version 2.0.4.

$length string

Length for character types. This parameter is available since version 2.0.4.

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

Please login to continue.