QueryType
in package
Represents the type of a database query.
Table of Contents
Constants
Properties
- $value : string
Methods
- __construct() : mixed
- getValue() : string
Constants
DELETE
public
mixed
DELETE
= 'DELETE'
INSERT
public
mixed
INSERT
= 'INSERT'
RAW
public
mixed
RAW
= 'RAW'
SELECT
public
mixed
SELECT
= 'SELECT'
UPDATE
public
mixed
UPDATE
= 'UPDATE'
Properties
$value
private
string
$value
Methods
__construct()
public
__construct(string $value) : mixed
Parameters
- $value : string
getValue()
public
getValue() : string