Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
func NewQuerier[T any](conn *OracleExecutor) querier.Querier[T]
Types ¶
type OracleConf ¶
type OracleExecutor ¶
type OracleExecutor struct {
// contains filtered or unexported fields
}
func NewOracleExecutor ¶
func NewOracleExecutor(ctx context.Context, conf *OracleConf) (*OracleExecutor, error)
func (*OracleExecutor) Close ¶
func (e *OracleExecutor) Close() error
func (*OracleExecutor) GetDb ¶
func (e *OracleExecutor) GetDb() *sqlx.DB
Click to show internal directories.
Click to hide internal directories.