Factory.inline is ok to me,
thanks Lukas!
// String fieldText = String.format("'%s'", text);
create.insertInto(TEST2)
.set(TEST2.B, Factory.substring(Factory.inline(text, String.class),
1, 5))
.set(...other....)
.execute();
Factory.inline is ok to me,
thanks Lukas!
// String fieldText = String.format("'%s'", text);
create.insertInto(TEST2)
.set(TEST2.B, Factory.substring(Factory.inline(text, String.class),
1, 5))
.set(...other....)
.execute();