ydb

package
v0.2.21 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Overview

Package ydb contains code specific for YDB database.

Index

Constants

View Source
const (
	BoolType      = "Bool"
	Int8Type      = "Int8"
	Uint8Type     = "Uint8"
	Int16Type     = "Int16"
	Uint16Type    = "Uint16"
	Int32Type     = "Int32"
	Uint32Type    = "Uint32"
	Int64Type     = "Int64"
	Uint64Type    = "Uint64"
	FloatType     = "Float"
	DoubleType    = "Double"
	StringType    = "String"
	Utf8Type      = "Utf8"
	DateType      = "Date"
	DatetimeType  = "Datetime"
	TimestampType = "Timestamp"
)

Variables

This section is empty.

Functions

func NewSQLFormatter

func NewSQLFormatter() rdbms_utils.SQLFormatter

func NewSchemaProvider

func NewSchemaProvider(
	typeMapper datasource.TypeMapper,
) rdbms_utils.SchemaProvider

func NewTypeMapper

func NewTypeMapper() datasource.TypeMapper

func RetriableErrorCheckerMakeConnection added in v0.2.21

func RetriableErrorCheckerMakeConnection(_ error) bool

func RetriableErrorCheckerQuery added in v0.2.21

func RetriableErrorCheckerQuery(err error) bool

Types

type Connection

type Connection struct {
	*sql.DB
	// contains filtered or unexported fields
}

func (*Connection) Close added in v0.2.20

func (c *Connection) Close() error

func (*Connection) Query

func (c *Connection) Query(ctx context.Context, query string, args ...any) (rdbms_utils.Rows, error)

Jump to

Keyboard shortcuts

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