Options
All
  • Public
  • Public/Protected
  • All
Menu

The expected statement result type.

Index

Enumeration members

Enumeration members

ANY = 0

The statement may produce either rows or an update count.

ROWS = 1

The statement must produce rows. An exception is thrown if the statement produces an update count.

UPDATE_COUNT = 2

The statement must produce an update count. An exception is thrown if the statement produces rows.

Generated using TypeDoc