Subject call Generator from Java-Code
Author roelofsen2003
Hi!

Is there a way to call a generator from my java code? I´m using
several generators for my primary-key-columns and i must know the ids
to setup my 1-n relations.

As i know, firebird doesn´t support st.getGeneratedKeys() so i think
calling a generator before insert is the easiest way. Or not?

Thanks,

Roman