selectSql property

String selectSql
final

Original SQL text of the SELECT clause (everything after AS), preserved so views can be persisted and re-parsed verbatim across open/close cycles. Empty for views created programmatically.

Implementation

final String selectSql;