platform

package
v0.0.0-...-bea810b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBClient

type DBClient interface {
	ReadTableNamesForDatabase(databaseName string) ([]string, error)
	ReadTable(databaseName string, tableName string, excludeColumns []string, orderBy data.OrderBy, limit int64) (data.Frame, error)
	ExecuteStatement(id string, statement string) (data.Frame, error)
	Version() (string, error)
}

type ResourceManager

type ResourceManager struct {
	DbClient DBClient
}

func GetResourceManager

func GetResourceManager() *ResourceManager

func (*ResourceManager) Connect

func (m *ResourceManager) Connect(host string, port uint16, username string, password string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL