Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueryType

Type of the queries that can be executed on the connection.

Enumeration members

Enumeration members

READ

READ: = 1

Read queries (SELECT, etc.)

WRITE

WRITE: = 0

Write queries (INSERT, UPDATE, DELETE etc.)