oracle

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OracleScrapper

type OracleScrapper struct {
	// contains filtered or unexported fields
}

func NewOracleScrapper

func NewOracleScrapper(ctx context.Context, conf *OracleScrapperConf) (*OracleScrapper, error)

func (*OracleScrapper) Close

func (e *OracleScrapper) Close() error

func (*OracleScrapper) DialectType

func (e *OracleScrapper) DialectType() string

func (*OracleScrapper) IsPermissionError

func (e *OracleScrapper) IsPermissionError(err error) bool

func (*OracleScrapper) QueryCatalog

func (e *OracleScrapper) QueryCatalog(ctx context.Context) ([]*scrapper.CatalogColumnRow, error)

func (*OracleScrapper) QueryCustomMetrics

func (e *OracleScrapper) QueryCustomMetrics(ctx context.Context, sql string, args ...any) ([]*scrapper.CustomMetricsRow, error)

func (*OracleScrapper) QueryDatabases

func (e *OracleScrapper) QueryDatabases(ctx context.Context) ([]*scrapper.DatabaseRow, error)

func (*OracleScrapper) QuerySegments

func (e *OracleScrapper) QuerySegments(ctx context.Context, sql string, args ...any) ([]*scrapper.SegmentRow, error)

func (*OracleScrapper) QueryShape

func (e *OracleScrapper) QueryShape(ctx context.Context, sql string) ([]*scrapper.QueryShapeColumn, error)

func (*OracleScrapper) QuerySqlDefinitions

func (e *OracleScrapper) QuerySqlDefinitions(ctx context.Context) ([]*scrapper.SqlDefinitionRow, error)

func (*OracleScrapper) QueryTableConstraints

func (e *OracleScrapper) QueryTableConstraints(ctx context.Context) ([]*scrapper.TableConstraintRow, error)

func (*OracleScrapper) QueryTableMetrics

func (e *OracleScrapper) QueryTableMetrics(ctx context.Context, lastMetricsFetchTime time.Time) ([]*scrapper.TableMetricsRow, error)

func (*OracleScrapper) QueryTables

func (e *OracleScrapper) QueryTables(ctx context.Context) ([]*scrapper.TableRow, error)

func (*OracleScrapper) SqlDialect

func (e *OracleScrapper) SqlDialect() sqldialect.Dialect

func (*OracleScrapper) ValidateConfiguration

func (e *OracleScrapper) ValidateConfiguration(ctx context.Context) ([]string, error)

type OracleScrapperConf

type OracleScrapperConf = dwhexecoracle.OracleConf

Jump to

Keyboard shortcuts

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