Documentation
¶
Index ¶
- Variables
- type Column
- type Columns
- type DeleteVec
- type InsertVec
- type SelectVec
- type Tables
- func (t *Tables) Finalize() error
- func (t *Tables) Get(name string) (string, bool)
- func (t *Tables) GetAll() ([]string, error)
- func (t *Tables) HasMapping(name string) bool
- func (t *Tables) Len() (int, error)
- func (t *Tables) Put(catalog, schema, relation, alias string) (string, error)
- func (t *Tables) SetMapping(name, target string)
- type UpdateVec
- type Vector
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Tables ¶
type Tables struct {
// contains filtered or unexported fields
}
func (*Tables) Finalize ¶
Finalize will check the collected tables and in case of only one table exists - creates a new Empty mapping.
func (*Tables) HasMapping ¶ added in v0.16.1
HasMapping returns true if a direct mapping exists for the given name (for testing).
func (*Tables) SetMapping ¶ added in v0.16.1
SetMapping sets a direct mapping for testing purposes.
Click to show internal directories.
Click to hide internal directories.