ParameterType
Class defining the parameter types for prepared statements
final
| since |
2.0.0 |
|---|---|
| package |
Joomla Framework |
Methods
__construct
Private constructor to prevent instantiation of this class
__construct() : mixed
| since |
2.0.0 |
|---|
Response
mixed
Constants
BOOLEAN
Defines a boolean parameter
| Value | 'boolean' |
|---|---|
| since |
2.0.0 |
Type(s)
string
INTEGER
Defines an integer parameter
| Value | 'int' |
|---|---|
| since |
2.0.0 |
Type(s)
string
LARGE_OBJECT
Defines a large object parameter
| Value | 'lob' |
|---|---|
| since |
2.0.0 |
Type(s)
string
NULL
Defines a null parameter
| Value | 'null' |
|---|---|
| since |
2.0.0 |
Type(s)
string
STRING
Defines a string parameter
| Value | 'string' |
|---|---|
| since |
2.0.0 |
Type(s)
string