Docs.rs
  • postgres-extension-0.1.1
    • postgres-extension 0.1.1
    • Permalink
    • Docs.rs crate page
    • PostgreSQL OR MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jeff-davis
    • Dependencies
      • libc ^0.2.47 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

postgres_extension0.1.1

Module spi

Module Items

  • Modules
  • Structs
  • Constants
  • Functions
  • Type Aliases

In postgres_extension::executor

postgres_extension::executor

Module spi

Source

Modules§

c

Structs§

HeapTupleData
SPIConnection
SPIResult
SPITupleTable
TupleDescData
_SPI_plan
slist_node

Constants§

SPI_ERROR_ARGUMENT
SPI_ERROR_CONNECT
SPI_ERROR_COPY
SPI_ERROR_CURSOR
SPI_ERROR_NOATTRIBUTE
SPI_ERROR_NOOUTFUNC
SPI_ERROR_OPUNKNOWN
SPI_ERROR_PARAM
SPI_ERROR_REL_DUPLICATE
SPI_ERROR_REL_NOT_FOUND
SPI_ERROR_TRANSACTION
SPI_ERROR_TYPUNKNOWN
SPI_ERROR_UNCONNECTED
SPI_OK_CONNECT
SPI_OK_CURSOR
SPI_OK_DELETE
SPI_OK_DELETE_RETURNING
SPI_OK_FETCH
SPI_OK_FINISH
SPI_OK_INSERT
SPI_OK_INSERT_RETURNING
SPI_OK_REL_REGISTER
SPI_OK_REL_UNREGISTER
SPI_OK_REWRITTEN
SPI_OK_SELECT
SPI_OK_SELINTO
SPI_OK_TD_REGISTER
SPI_OK_UPDATE
SPI_OK_UPDATE_RETURNING
SPI_OK_UTILITY
SPI_OPT_NONATOMIC

Functions§

spi_connect
spi_getvalue

Type Aliases§

HeapTuple
SPIPlanPtr
SubTransactionId
TupleDesc