Constants |
public
|
NULL = PDO::PARAM_NULL
Represents the SQL NULL data type.
Represents the SQL NULL data type.
|
#
|
public
|
INTEGER = PDO::PARAM_INT
Represents the SQL INTEGER data type.
Represents the SQL INTEGER data type.
|
#
|
public
|
STRING = PDO::PARAM_STR
Represents the SQL CHAR, VARCHAR, or other string data type.
Represents the SQL CHAR, VARCHAR, or other string data type.
|
#
|
public
|
LARGE_OBJECT = PDO::PARAM_LOB
Represents the SQL large object data type.
Represents the SQL large object data type.
|
#
|
public
|
BOOLEAN = PDO::PARAM_BOOL
Represents a boolean data type.
Represents a boolean data type.
|
#
|
public
|
BINARY = 16
Represents a binary string data type.
Represents a binary string data type.
|
#
|
public
|
ASCII = 17
Represents an ASCII string data type
Represents an ASCII string data type
|
#
|