ColumnResult class

(PECL mysql-xdevapi >= 8.0.11)

Wstęp

Krótki opis klasy

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

Spis treści

add a note add a note

User Contributed Notes

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