Klasse OnlyReplacementsPreparedStatementPart

java.lang.Object
org.apache.torque.sql.whereclausebuilder.OnlyReplacementsPreparedStatementPart
Alle implementierten Schnittstellen:
PreparedStatementPart

public class OnlyReplacementsPreparedStatementPart extends Object implements PreparedStatementPart
A PreparedStatementPart which only contains replacements, no sql.
Version:
$Id: $
  • Konstruktordetails

    • OnlyReplacementsPreparedStatementPart

      public OnlyReplacementsPreparedStatementPart(Object replacement)
      Constructor.
      Parameter:
      replacement - the first replacement to be contained in this PreparedStatementPart.
  • Methodendetails

    • getSqlAsString

      public String getSqlAsString()
      returns the empty sql.
      Angegeben von:
      getSqlAsString in Schnittstelle PreparedStatementPart
      Gibt zurück:
      the empty sql, not null.
    • 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.
      Angegeben von:
      getPreparedStatementReplacements in Schnittstelle PreparedStatementPart
      Gibt zurück:
      the list of prepared statement replacements, not null.