parent root
PHP: mysql_xdevapi\ColumnResult - Manual

ColumnResult class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Class synopsis

mysql_xdevapi\ColumnResult {
/* Methods */
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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root