Documentation ¶
Overview ¶
Package oracle contains code specific for Oracle database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnectionManager ¶
func NewConnectionManager( base rdbms_utils.ConnectionManagerBase, ) rdbms_utils.ConnectionManager
func NewSQLFormatter ¶
func NewSQLFormatter() rdbms_utils.SQLFormatter
func NewTypeMapper ¶
func NewTypeMapper() datasource.TypeMapper
func TableMetadataQuery ¶
func TableMetadataQuery(request *api_service_protos.TDescribeTableRequest) (string, []any)
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func (Connection) Close ¶
func (c Connection) Close() error
func (Connection) Query ¶
func (c Connection) Query(ctx context.Context, query string, args ...any) (rdbms_utils.Rows, error)
Click to show internal directories.
Click to hide internal directories.