oracle

package
v0.30.2 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2025 License: PostgreSQL Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *model

Types

type MaterializedView added in v0.0.11

type MaterializedView struct {
	Schema          string
	Name            string
	Query           catalog.Source
	Columns         []string
	Indexes         []catalog.Index
	RefreshMode     string
	RefreshMethod   string
	RefreshInterval string
	Comment         string
	Size            int
	catalog.Annotable
}

func (MaterializedView) Associate added in v0.29.0

func (*MaterializedView) BuildPath added in v0.29.0

func (mv *MaterializedView) BuildPath(tail ...string) string

func (MaterializedView) Is added in v0.29.0

func (mv MaterializedView) Is(mview MaterializedView) bool

func (MaterializedView) Match added in v0.0.11

func (mv MaterializedView) Match(schema, name string) bool

func (MaterializedView) String added in v0.0.11

func (mv MaterializedView) String() string

type Package added in v0.15.0

type Package struct {
	Schema      string
	Name        string
	Declaration catalog.Source
	Body        catalog.Source
	Types       []Type
	Variables   []variable
	Cursors     []cursor
	Functions   []catalog.Function
	Procedures  []catalog.Procedure
	catalog.Annotable
}

func (Package) BuildPath added in v0.29.0

func (p Package) BuildPath(tail ...string) string

func (Package) String added in v0.15.0

func (p Package) String() string

type Type added in v0.0.5

type Type struct {
	catalog.Type
	SuperSchema string
	SuperName   string
	Code        string
	Members     int
}

func (*Type) BuildPath added in v0.29.0

func (t *Type) BuildPath() string

func (*Type) Scan added in v0.0.5

func (t *Type) Scan(r *sql.Rows) error

Jump to

Keyboard shortcuts

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