Documentation

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
see
PDO::PARAM_BOOL

INTEGER

Represents the SQL INTEGER data type.

public mixed INTEGER = PDO::PARAM_INT
Tags
see
PDO::PARAM_INT

LARGE_OBJECT

Represents the SQL large object data type.

public mixed LARGE_OBJECT = PDO::PARAM_LOB
Tags
see
PDO::PARAM_LOB

NULL

Represents the SQL NULL data type.

public mixed NULL = PDO::PARAM_NULL
Tags
see
PDO::PARAM_NULL

STRING

Represents the SQL CHAR, VARCHAR, or other string data type.

public mixed STRING = PDO::PARAM_STR
Tags
see
PDO::PARAM_STR

Methods

__construct()

This class cannot be instantiated.

private __construct() : mixed
Return values
mixed

Search results