computed

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ColumnIndicesSchema

func ColumnIndicesSchema() *schema.Schema

ColumnIndicesSchema provides a fully computed Schema for Column Indices of a Table

func ColumnsSchema

func ColumnsSchema() *schema.Schema

ColumnsSchema provides a fully computed Schema for Columns of a Table

func ForeignKeysSchema

func ForeignKeysSchema() *schema.Schema

ForeignKeysSchema provides a fully computed Schema for Foreign Keys of a Table

func PrimaryKeysSchema

func PrimaryKeysSchema() *schema.Schema

PrimaryKeysSchema provides a fully computed Schema for Primary Keys of a Table

func ReadConnection

func ReadConnection(d internal.Data, c internal.Conn) error

ReadConnection reads all attributes from Database. Will return EmptyConnectionName for empty name

Types

type TableReader

type TableReader struct {
	Columns       []interface{}
	ColumnIndices map[string]interface{}
	PrimaryKeys   map[string]interface{}
	ForeignKeys   map[string]interface{}
}

func ReadTable

func ReadTable(c *exasol.Conn, schema, table string) (*TableReader, error)

ReadTable reads necessary information of a Table

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL