Documentation

QueryType
in package

Represents the type of a database query.

Table of Contents

Constants

DELETE  = 'DELETE'
INSERT  = 'INSERT'
RAW  = 'RAW'
SELECT  = 'SELECT'
UPDATE  = 'UPDATE'

Properties

$value  : string

Methods

__construct()  : mixed
getValue()  : string

Constants

Properties

Methods

__construct()

public __construct(string $value) : mixed
Parameters
$value : string

getValue()

public getValue() : string
Return values
string

        
On this page

Search results