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

Public Member Functions

 __construct (string $name, string $type)
 
 getName ()
 
 getType ()
 

Data Fields

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 25 of file SqlColumnInfo.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( string  $name,
string  $type 
)

Definition at line 37 of file SqlColumnInfo.php.

Member Function Documentation

◆ getName()

getName ( )

Definition at line 42 of file SqlColumnInfo.php.

◆ getType()

getType ( )

Definition at line 46 of file SqlColumnInfo.php.

Field Documentation

◆ TYPE_BOOL

const TYPE_BOOL = "bool"

Definition at line 30 of file SqlColumnInfo.php.

◆ TYPE_FLOAT

const TYPE_FLOAT = "float"

Definition at line 28 of file SqlColumnInfo.php.

◆ TYPE_INT

const TYPE_INT = "int"

Definition at line 27 of file SqlColumnInfo.php.

◆ TYPE_NULL

const TYPE_NULL = "null"

Definition at line 31 of file SqlColumnInfo.php.

◆ TYPE_OTHER

const TYPE_OTHER = "unknown"

Definition at line 32 of file SqlColumnInfo.php.

◆ TYPE_STRING

const TYPE_STRING = "string"

Definition at line 26 of file SqlColumnInfo.php.

◆ TYPE_TIMESTAMP

const TYPE_TIMESTAMP = "timestamp"

Definition at line 29 of file SqlColumnInfo.php.


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