Package org.sqlproc.engine.type
Interface IdentitySetter
-
public interface IdentitySetterThe helper contract implemented by SqlInputValue to support the auto-generated identities.- Author:
- Vladimir Hudec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentitySelect()Returns the select command used to obtain the generated identity value.voidsetIdentity(Object identity)Sets the result of select command for the generated identity value.
-