Versions in this module Expand all Collapse all v1 v1.0.0 Feb 22, 2022 Changes in this version + const ADAPTOR_VERSION + func NewKdbDatasource(settings backend.DataSourceInstanceSettings) (instancemgmt.Instance, error) + func ParseGroupedKdbTable(res *kdb.K, includeKeys bool) ([]*data.Frame, error) + func ParseSimpleKdbTable(res *kdb.K) (*data.Frame, error) + type KdbDatasource struct + CaCert string + CloseConnection func() error + DialTimeout time.Duration + Host string + IsOpen bool + KdbHandle *kdb.KDBConn + KdbHandleListener func() + OpenConnection func() error + Port int + ReadConnection func() (*kdb.K, kdb.ReqType, error) + RunKdbQuerySync func(*kdb.K, time.Duration) (*kdb.K, error) + SkipVertifyTLS bool + Timeout string + TlsCertificate string + TlsKey string + TlsServerConfig *tls.Config + WithCACert bool + WithTls bool + WriteConnection func(kdb.ReqType, *kdb.K) error + func (d *KdbDatasource) CheckHealth(_ context.Context, req *backend.CheckHealthRequest) (*backend.CheckHealthResult, error) + func (d *KdbDatasource) Dispose() + func (d *KdbDatasource) QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.QueryDataResponse, error) + type QueryModel struct + IncludeKeyColumns bool + QueryText string + TimeColumn string + Timeout int + UseTimeColumn bool v1.0.0-signed Jul 29, 2022 v0 v0.9.2-alpha Feb 15, 2022 v0.9.1-alpha Feb 14, 2022