spring-framework / org.springframework.jdbc.core / SqlProvider / getSql

getSql

@Nullable abstract fun getSql(): String

Return the SQL string for this object, i.e. typically the SQL used for creating statements.

Return
the SQL string, or null