Klasse OnlyReplacementsPreparedStatementPart
java.lang.Object
org.apache.torque.sql.whereclausebuilder.OnlyReplacementsPreparedStatementPart
- Alle implementierten Schnittstellen:
PreparedStatementPart
A PreparedStatementPart which only contains replacements, no sql.
- Version:
- $Id: $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the list of prepared statement replacements.returns the empty sql.
-
Konstruktordetails
-
OnlyReplacementsPreparedStatementPart
Constructor.- Parameter:
replacement
- the first replacement to be contained in this PreparedStatementPart.
-
-
Methodendetails
-
getSqlAsString
returns the empty sql.- Angegeben von:
getSqlAsString
in SchnittstellePreparedStatementPart
- Gibt zurück:
- the empty sql, not null.
-
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 SchnittstellePreparedStatementPart
- Gibt zurück:
- the list of prepared statement replacements, not null.
-