# Functions
Walk traverses the plpgsql statement.
# Constants
GetDiagnosticsColumnName returns the column name related to the exception.
GetDiagnosticsConstraintName returns the constraint name related to the exception.
GetDiagnosticsContext returns text describing the current call stack.
GetDiagnosticsDatatypeName returns the data type name related to the exception.
GetDiagnosticsErrorContext returns text describing the exception's callstack.
GetDiagnosticsErrorDetail returns the exceptions detail message.
GetDiagnosticsErrorHint returns the exceptions hint message.
GetDiagnosticsMessageText returns the exceptions primary message.
GetDiagnosticsReturnedSQLState returns the SQLSTATE error code related to the exception.
GetDiagnosticsRowCount returns the number of rows processed by the recent SQL command.
GetDiagnosticsSchemaName returns the name of the schema related to the exception.
GetDiagnosticsTableName returns the name of the table related to the exception.
# Structs
stmt_assert.
stmt_assign.
pl_block.
stmt_call.
stmt_case.
No description provided by the author
stmt_close.
stmt_commit.
No description provided by the author
stmt_continue.
No description provided by the author
decl_stmt.
stmt_dynexecute TODO(chengxiong): query should be a better expression type.
No description provided by the author
No description provided by the author
stmt_execsql.
stmt_exit.
stmt_fetch stmt_move (where IsMove = true).
No description provided by the author
No description provided by the author
stmt_foreach_a.
stmt_for.
No description provided by the author
No description provided by the author
stmt_getdiag.
No description provided by the author
stmt_if.
stmt_loop.
stmt_null.
stmt_open.
stmt_perform.
stmt_raise.
No description provided by the author
stmt_return.
No description provided by the author
No description provided by the author
stmt_rollback.
No description provided by the author
stmt_while.
# Interfaces
No description provided by the author
StatementVisitor defines methods that are called plpgsql statements during a statement walk.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
GetDiagnosticsKind represents the type of error diagnostic item in stmt_getdiag.
No description provided by the author