Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SqlExpectedResultType

The expected statement result type.

Index

Enumeration members

Enumeration members

ANY

ANY: = 0

The statement may produce either rows or an update count.

ROWS

ROWS: = 1

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

UPDATE_COUNT

UPDATE_COUNT: = 2

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

Generated using TypeDoc