Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace StatementSummary

Information derived from parsing a NoSQL SQL statement.

Properties

Optional indexName

indexName: undefined | string

The index name from the SQL statement, if present.

Optional isIfExists

isIfExists: undefined | false | true

True if the statement includes "IF EXISTS."

Optional isIfNotExists

isIfNotExists: undefined | false | true

True if the statement includes "IF NOT EXISTS."

Optional operation

operation: Operation

The operation represented in the statement, e.g. CREATE_TABLE.

Optional syntaxError

syntaxError: undefined | string

If present, indicates a syntax error in the statement.

Optional tableName

tableName: undefined | string

The table name from the SQL statement.

Functions

getDeserializedJsonObj

getJsonObj