Queries.putCopyData

Sends a buffer of CSV data to the COPY command

mixintemplate Queries()
bool
putCopyData
(
string data
)

Return Value

Type: bool

true if the data was queued, false if it was not queued because of full buffers (this will only happen in nonblocking mode)

Meta