libasynql  3.2.0
Asynchronous MySQL access library for PocketMine plugins.
MysqlColumnInfo Class Reference
Inheritance diagram for MysqlColumnInfo:
SqlColumnInfo

Public Member Functions

 __construct (string $name, string $type, int $flags, int $mysqlType)
 
 getFlags ()
 
 hasFlag (int $flag)
 
 getMysqlType ()
 
- Public Member Functions inherited from SqlColumnInfo
 __construct (string $name, string $type)
 
 getName ()
 
 getType ()
 

Additional Inherited Members

- Data Fields inherited from SqlColumnInfo
const TYPE_STRING = "string"
 
const TYPE_INT = "int"
 
const TYPE_FLOAT = "float"
 
const TYPE_TIMESTAMP = "timestamp"
 
const TYPE_BOOL = "bool"
 
const TYPE_NULL = "null"
 
const TYPE_OTHER = "unknown"
 

Detailed Description

Definition at line 27 of file MysqlColumnInfo.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( string  $name,
string  $type,
int  $flags,
int  $mysqlType 
)

Definition at line 31 of file MysqlColumnInfo.php.

Member Function Documentation

◆ getFlags()

getFlags ( )

Definition at line 37 of file MysqlColumnInfo.php.

◆ getMysqlType()

getMysqlType ( )

Definition at line 45 of file MysqlColumnInfo.php.

◆ hasFlag()

hasFlag ( int  $flag)

Definition at line 41 of file MysqlColumnInfo.php.


The documentation for this class was generated from the following file: