# Functions
NewConfig creates a DB2 configuration and will report an error if the format does not meet the requirements.
NewField creates a new field based on basic column attributes.
NewFieldType creates a new field type.
NewScanner generates a scanner based on the column type.
NewSource generates a DB2 data source and will report an error if the configuration file is incorrect.
NewTable - Creates a db2 table.
Quoted is the quoting function for DB2.
# Structs
Config configuration ibm.com/docs/en/db2/11.1?topic=file-data-server-driver-configuration-keywords.
Dialect is the dialect for the DB2 database.
Field represents a database field.
FieldType represents the type of a field.
Scanner is used for scanning data based on column types.
Source is the DB2 data source.
Table - A db2 table.