Class OnlyReplacementsPreparedStatementPart

    • Constructor Detail

      • OnlyReplacementsPreparedStatementPart

        public OnlyReplacementsPreparedStatementPart​(Object replacement)
        Constructor.
        Parameters:
        replacement - the first replacement to be contained in this PreparedStatementPart.
    • Method Detail

      • getPreparedStatementReplacements

        public List<Object> getPreparedStatementReplacements()
        Returns the list of prepared statement replacements. The returned list is modifiable. On modification of the returned list, the state of this object is changed.
        Specified by:
        getPreparedStatementReplacements in interface PreparedStatementPart
        Returns:
        the list of prepared statement replacements, not null.