Documentation
¶
Overview ¶
Package oracle contains code specific for Oracle database.
Index ¶
- func ErrorCheckerMakeConnection(err error) bool
- func NewConnectionManager(cfg *config.TOracleConfig, base rdbms_utils.ConnectionManagerBase) rdbms_utils.ConnectionManager
- func NewSQLFormatter(cfg *config.TPushdownConfig) rdbms_utils.SQLFormatter
- func NewTypeMapper() datasource.TypeMapper
- func TableMetadataQuery(request *api_service_protos.TDescribeTableRequest) (string, *rdbms_utils.QueryArgs)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorCheckerMakeConnection ¶ added in v0.5.6
func NewConnectionManager ¶
func NewConnectionManager( cfg *config.TOracleConfig, base rdbms_utils.ConnectionManagerBase, ) rdbms_utils.ConnectionManager
func NewSQLFormatter ¶
func NewSQLFormatter(cfg *config.TPushdownConfig) rdbms_utils.SQLFormatter
func NewTypeMapper ¶
func NewTypeMapper() datasource.TypeMapper
func TableMetadataQuery ¶
func TableMetadataQuery(request *api_service_protos.TDescribeTableRequest) (string, *rdbms_utils.QueryArgs)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.