Package org.hotrod.dynamicsql
Class PreparedModificationQuery
- java.lang.Object
-
- org.hotrod.dynamicsql.PreparedQuery
-
- org.hotrod.dynamicsql.PreparedModificationQuery
-
public class PreparedModificationQuery extends PreparedQuery
-
-
Field Summary
-
Fields inherited from class org.hotrod.dynamicsql.PreparedQuery
formattedSQL, MAX_DISPLAY_VALUE, parameters, sql
-
-
Constructor Summary
Constructors Constructor Description PreparedModificationQuery(SimpleStaticSegmentConsumer sc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(Connection conn)-
Methods inherited from class org.hotrod.dynamicsql.PreparedQuery
getPreview, getPreview
-
-
-
-
Constructor Detail
-
PreparedModificationQuery
public PreparedModificationQuery(SimpleStaticSegmentConsumer sc)
-
-
Method Detail
-
execute
public int execute(Connection conn) throws SQLException, DynamicExpressionException
-
-