ParameterType
in package
Contains statement parameter types.
Table of Contents
- BINARY = 16
- Represents a binary string data type.
- BOOLEAN = PDO::PARAM_BOOL
- Represents a boolean data type.
- INTEGER = PDO::PARAM_INT
- Represents the SQL INTEGER data type.
- LARGE_OBJECT = PDO::PARAM_LOB
- Represents the SQL large object data type.
- NULL = PDO::PARAM_NULL
- Represents the SQL NULL data type.
- STRING = PDO::PARAM_STR
- Represents the SQL CHAR, VARCHAR, or other string data type.
- __construct() : mixed
- This class cannot be instantiated.
Constants
BINARY
Represents a binary string data type.
public
mixed
BINARY
= 16
BOOLEAN
Represents a boolean data type.
public
mixed
BOOLEAN
= PDO::PARAM_BOOL
Tags
INTEGER
Represents the SQL INTEGER data type.
public
mixed
INTEGER
= PDO::PARAM_INT
Tags
LARGE_OBJECT
Represents the SQL large object data type.
public
mixed
LARGE_OBJECT
= PDO::PARAM_LOB
Tags
NULL
Represents the SQL NULL data type.
public
mixed
NULL
= PDO::PARAM_NULL
Tags
STRING
Represents the SQL CHAR, VARCHAR, or other string data type.
public
mixed
STRING
= PDO::PARAM_STR
Tags
Methods
__construct()
This class cannot be instantiated.
private
__construct() : mixed