Documentation ¶
Index ¶
- Variables
- type Option
- type Transport
- func (this *Transport) CreateTable(ctx context.Context, endpoints []string, sql string) error
- func (this *Transport) ExceSQL(ctx context.Context, Endpoints []string, SQL string) error
- func (this *Transport) TableInfo(ctx context.Context, Endpoints []string, tableName string) (elem *grammar.ClickHouseListener, err error)
- func (this *Transport) TableList(ctx context.Context, Endpoints []string) (elem []string, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var DriverChronus = "chronus"
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct { }
func GetTransport ¶
func GetTransport() *Transport
func NewTransport ¶
func NewTransport() *Transport
func (*Transport) CreateTable ¶
Click to show internal directories.
Click to hide internal directories.