# Functions
BuildNamedParametersUpdateSetQuery returns a string that can be used to build a set query, using named parameters (:param_name).
BuildNamedParametersUpdateSetQueryV2 returns a string that can be used to build a set query, using named parameters (:param_name).
BuildParametrizedUpdateSetQuery returns a string that can be used to build a set query, using parameters instead of values (parameter used is '?').
BuildUpdateSetQuery returns a string that can be used to build a set query, with the values put as part of the string.
GetAllFields returns all the db configured fields for the indicated struct.
GetChangedFields compare the fieles from source and destination and returns the list of fields that have been changed.
GetParameterValues returns an array that may be used in a parametrized query.
# Constants
Database types.
Database types.
Database types.
Database types.
# Variables
Database util errors.
# Type aliases
DBType is used to internally represent generica database types.