go back Home

BufferedInsertStatement

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null connection="..." fieldCount="..." logSQL="..." statement="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"connection":"...","fieldCount":"...","logSQL":"...","statement":"..."}

Fields

name type
connection Connection
fieldCount int
logSQL String
statement PreparedStatement