# Functions
ConvertObjectIntoQueryParams returns object which links object Fields and Data Fields.
MapIntoQueryParams returns object which links map fields.
New stream for SQL type integrations.
NewQuery returns query object from SQL query.
NewStreamSQL creates streamer object for SQL based stream integration.
PrepareFields matching.
PrepareFieldsByArray matching and returns raw fields for insert Example: [service=srv:int, name:string] Result: [srv:int, name:string], [service,name], [?,?].
PrepareFieldsByString matching and returns raw fields for insert.
QWithIterateBy message value.
QWithMessageTmpl source info.
QWithTarget data collection.
WithBlockSize setup the size of writing block.
WithDebug setup the debug mode ON/OFF.
WithFlushIntervals setup interval betwin flashes.
WithLogger setup the logging object.
WithQuery setup query object.
WithQueryObject setup query object.
# Structs
Options of the SQL stream.
Query extractor.
QueryConfig extra information.
StreamSQL stream.
Value item.
# Interfaces
Connector to DB.