2017-01-27 2 views

Répondre

2

Vous pouvez construire une Record2 utilisant DSLContext.newRecord():

UserAttempts attempts = 
dao.findById(ctx.newRecord(USER_ATTEMPTS.ID_COLUMN1, USER_ATTEMPTS.ID_COLUMN2) 
       .values(uint(1), "abc")); 
+0

thanks.i obtenir. – ChunfyTseng