Documentation
¶
Index ¶
- Constants
- func NewOracle(dsn string, schema string) (sqldatabase.Engine, error)
- type Oracle
- func (m Oracle) Close() error
- func (m Oracle) Dialect() string
- func (m Oracle) Query(ctx context.Context, query string, args ...any) ([]string, [][]string, error)
- func (m Oracle) TableInfo(ctx context.Context, table string) (string, error)
- func (m Oracle) TableNames(ctx context.Context) ([]string, error)
Constants ¶
View Source
const EngineName = "oracle"
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.