Uses of Class
org.apache.torque.criteria.PreparedStatementPartImpl
-
Packages that use PreparedStatementPartImpl Package Description org.apache.torque.criteria This package contains Torque's Criteria classes. -
-
Uses of PreparedStatementPartImpl in org.apache.torque.criteria
Methods in org.apache.torque.criteria that return PreparedStatementPartImpl Modifier and Type Method Description PreparedStatementPartImpl
PreparedStatementPartImpl. append(PreparedStatementPart toAppend)
Appends another PreparedStatementPart to this part.PreparedStatementPartImpl
PreparedStatementPartImpl. append(SqlEnum toAppend)
Appends a SqlEnum to this part.
-