Package net.sf.jkniv.sqlegance
Interface Insertable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoGeneratedKeygetAutoGeneratedKey()booleanisAutoGenerateKey()voidsetAutoGeneratedKey(AutoGeneratedKey autoGeneratedKey)-
Methods inherited from interface net.sf.jkniv.sqlegance.Sql
asDeletable, asInsertable, asSelectable, asStorable, asUpdateable, bind, extractNames, extractNames, getIsolation, getLanguageType, getName, getPackage, getParamParser, getResourceName, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getReturnType, getReturnTypeAsClass, getSql, getSql, getSqlDialect, getSqlType, getStats, getTimeout, getTimestamp, getValidateType, getXPath, hasReturnType, isDeletable, isInsertable, isSelectable, isStorable, isUpdateable, setValidateType
-
-
-
-
Field Detail
-
TAG_NAME
static final String TAG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAutoGeneratedKey
AutoGeneratedKey getAutoGeneratedKey()
-
isAutoGenerateKey
boolean isAutoGenerateKey()
-
setAutoGeneratedKey
void setAutoGeneratedKey(AutoGeneratedKey autoGeneratedKey)
-
-