statements property

List<String> statements
final

All sql statements that need to be prepared.

A statement might run multiple times with different arguments.

Implementation

final List<String> statements;