Interface PreparedStatementPart

    • Method Detail

      • getSqlAsString

        String getSqlAsString()
        Returns the SQL of the part as String.
        Returns:
        the SQL, not null.
      • getPreparedStatementReplacements

        List<Object> getPreparedStatementReplacements()
        Returns the list of prepared statement replacements. The implementation may or may not return a list which is modifiable and which may or may not, in case of modification, change the internal state of the surrounding PreparedStatementPart.
        Returns:
        the list of prepared statement replacements, not null.