Documentation ¶
Index ¶
- type Argument
- type Catalog
- type Column
- type CompositeType
- type Enum
- type Error
- func ErrorColumnAlreadyExists(rel, col string) Error
- func ErrorColumnDoesNotExist(rel, col string) Error
- func ErrorRelationAlreadyExists(rel string) Error
- func ErrorRelationDoesNotExist(tbl string) Error
- func ErrorSchemaAlreadyExists(sch string) Error
- func ErrorSchemaDoesNotExist(sch string) Error
- func ErrorTypeAlreadyExists(typ string) Error
- func ErrorTypeDoesNotExist(typ string) Error
- type FQN
- type Function
- type Schema
- type Table
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompositeType ¶ added in v1.0.0
type CompositeType struct {
Name string
}
type Error ¶
func ErrorColumnDoesNotExist ¶
func ErrorSchemaDoesNotExist ¶
func ErrorTypeAlreadyExists ¶
func ErrorTypeDoesNotExist ¶
Click to show internal directories.
Click to hide internal directories.