Uses of Class
org.hotrod.dynamicsql.SimpleStaticSegmentConsumer
-
Packages that use SimpleStaticSegmentConsumer Package Description org.hotrod.dynamicsql org.hotrod.dynamicsql.insert -
-
Uses of SimpleStaticSegmentConsumer in org.hotrod.dynamicsql
Constructors in org.hotrod.dynamicsql with parameters of type SimpleStaticSegmentConsumer Constructor Description PreparedModificationQuery(SimpleStaticSegmentConsumer sc)PreparedSelectQuery(SimpleStaticSegmentConsumer sc, RowReader<R> rr) -
Uses of SimpleStaticSegmentConsumer in org.hotrod.dynamicsql.insert
Constructors in org.hotrod.dynamicsql.insert with parameters of type SimpleStaticSegmentConsumer Constructor Description PreparedInsertQuery(SimpleStaticSegmentConsumer sc, PrimaryKeyRetrievalMode primaryKeyRetrievalMode, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames)
-