Documentation
¶
Index ¶
- type Argument
- type Catalog
- func (c *Catalog) Build(stmts []ast.Statement) error
- func (c *Catalog) GetFuncN(rel *ast.FuncName, n int) (Function, error)
- func (c *Catalog) GetTable(rel *ast.TableName) (Table, error)
- func (c *Catalog) ListFuncsByName(rel *ast.FuncName) ([]Function, error)
- func (c *Catalog) Update(stmt ast.Statement) error
- type Column
- type CompositeType
- type Enum
- 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 Catalog ¶
type Catalog struct { Name string Schemas []*Schema Comment string SearchPath []string DefaultSchema string }
func (*Catalog) ListFuncsByName ¶
type CompositeType ¶
func (*CompositeType) SetComment ¶
func (ct *CompositeType) SetComment(c string)
type Enum ¶
func (*Enum) SetComment ¶
type Function ¶
Click to show internal directories.
Click to hide internal directories.