@ tefigel |-- | Generate statements of the form | pstmt.setString(1, propA); | pstmt.setDouble(1, propB); |-- for JPROP=~list_contents(JAVA_PKEYS) set JPTYPE=~java/property_type(JPROP,AbcDef) set JPID=~java/property_id(JPROP) @ text pstmt.set&JPTYPE(JPROP_COUNTER, JPID); @ endtext endfor