ColumnResult class
(PECL mysql-xdevapi >= 8.0.11)
简介
类摘要
mysql_xdevapi\ColumnResult
{
/* 方法 */
public getCharacterSetName
( void
) : string
public getCollationName
( void
) : string
public getColumnLabel
( void
) : string
public getColumnName
( void
) : string
public getFractionalDigits
( void
) : integer
public getLength
( void
) : integer
public getSchemaName
( void
) : string
public getTableLabel
( void
) : string
public getTableName
( void
) : string
public getType
( void
) : integer
public isNumberSigned
( void
) : integer
public isPadded
( void
) : integer
}Table of Contents
- ColumnResult::__construct — ColumnResult constructor
- ColumnResult::getCharacterSetName — Get character set
- ColumnResult::getCollationName — Get collation name
- ColumnResult::getColumnLabel — Get column label
- ColumnResult::getColumnName — Get column name
- ColumnResult::getFractionalDigits — Get fractional digit length
- ColumnResult::getLength — Get column field length
- ColumnResult::getSchemaName — Get schema name
- ColumnResult::getTableLabel — Get table label
- ColumnResult::getTableName — Get table name
- ColumnResult::getType — Get column type
- ColumnResult::isNumberSigned — Check if signed type
- ColumnResult::isPadded — Check if padded