Klasse NoReplacementsPreparedStatementPart
java.lang.Object
org.apache.torque.sql.whereclausebuilder.NoReplacementsPreparedStatementPart
- Alle implementierten Schnittstellen:
PreparedStatementPart
A PreparedStatementPart which only contains SQL and no replacements.
- Version:
- $Id: $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the empty list of prepared statement replacements.Returns the SQL of the part as String.
-
Konstruktordetails
-
NoReplacementsPreparedStatementPart
Constructor.- Parameter:
sql
- the contained sql.
-
-
Methodendetails
-
getSqlAsString
Returns the SQL of the part as String.- Angegeben von:
getSqlAsString
in SchnittstellePreparedStatementPart
- Gibt zurück:
- the SQL, not null.
-
getPreparedStatementReplacements
Returns the empty list of prepared statement replacements. The returned list is unmodifiable.- Angegeben von:
getPreparedStatementReplacements
in SchnittstellePreparedStatementPart
- Gibt zurück:
- the list of prepared statement replacements, not null.
-