package
0.0.0-20240508074659-3ee83473c6d3
Repository: https://github.com/as-tool/as-etl-storage.git
Documentation: pkg.go.dev

# Functions

NewConfig creates an Oracle configuration and will report an error if the format does not meet the requirements.
NewField Generate a field based on basic column attributes.
NewFieldType Create a new field type.
NewInsertParam creates insert parameters based on the table and transaction options (txOpts).
NewScanner Generate a scanner based on the column type.
NewSource generates an Oracle data source and will report an error if there's an issue with the configuration file.
NewTable creates a new Oracle table.
NewValuer Create a new valuer.
Quoted is the quoting function for Oracle.

# Constants

WriteModeInsert represents the insert into write mode.

# Structs

No description provided by the author
Dialect represents the database dialect for Oracle.
Field Field.
FieldType Field type.
InsertParam represents the parameters for the insert into operation.
Scanner Scanner.
Source oracle refers to the Oracle data source.
Table represents an Oracle table.
Valuer Valuer.