sql property

String sql
final

The SQL statement with placeholders (e.g., "SELECT * FROM users WHERE id = $1")

Implementation

final String sql;