ParameterType
in package
Contains statement parameter types.
Table of Contents
- ASCII = 17
- Represents an ASCII string data type
- BINARY = 16
- Represents a binary string data type.
- BOOLEAN = 5
- Represents a boolean data type.
- INTEGER = 1
- Represents the SQL INTEGER data type.
- LARGE_OBJECT = 3
- Represents the SQL large object data type.
- NULL = 0
- Represents the SQL NULL data type.
- STRING = 2
- Represents the SQL CHAR, VARCHAR, or other string data type.
- __construct() : mixed
- This class cannot be instantiated.
Constants
ASCII
Represents an ASCII string data type
public
mixed
ASCII
= 17
BINARY
Represents a binary string data type.
public
mixed
BINARY
= 16
BOOLEAN
Represents a boolean data type.
public
mixed
BOOLEAN
= 5
Tags
INTEGER
Represents the SQL INTEGER data type.
public
mixed
INTEGER
= 1
LARGE_OBJECT
Represents the SQL large object data type.
public
mixed
LARGE_OBJECT
= 3
NULL
Represents the SQL NULL data type.
public
mixed
NULL
= 0
STRING
Represents the SQL CHAR, VARCHAR, or other string data type.
public
mixed
STRING
= 2
Tags
Methods
__construct()
This class cannot be instantiated.
private
__construct() : mixed