Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaCache ¶
type SchemaCache struct {
// contains filtered or unexported fields
}
func NewSchemaCache ¶
func NewSchemaCache(shardMapping map[string]*config.Shard, be *config.BackendRule) *SchemaCache
func (*SchemaCache) GetColumns ¶
func (c *SchemaCache) GetColumns(db, schemaName, tableName string) ([]string, error)
func (*SchemaCache) Reset ¶
func (c *SchemaCache) Reset()
Click to show internal directories.
Click to hide internal directories.