FieldMetadata class
(PECL mysql-xdevapi >= 8.0.11)
简介
类摘要
mysql_xdevapi\FieldMetadata {
/* 属性 */
public
$type ;
public
$type_name ;
public
$name ;
public
$original_name ;
public
$table ;
public
$original_table ;
public
$schema ;
public
$catalog ;
public
$collation ;
public
$fractional_digits ;
public
$length ;
public
$flags ;
public
$content_type ;
/* Constructor */
private
__construct (
void )
}
属性
- type
- type_name
- name
- original_name
- table
- original_table
- schema
- catalog
- collation
- fractional_digits
- length
- flags
- content_type
Table of Contents
- FieldMetadata::__construct — FieldMetadata constructor