Uses of Interface
net.sf.jkniv.sqlegance.Insertable
-
Packages that use Insertable Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of Insertable in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return Insertable Modifier and Type Method Description InsertableSql. asInsertable()Insertableinstance -
Uses of Insertable in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return Insertable Modifier and Type Method Description InsertableAbstractSqlTag. asInsertable()static InsertableTagFactory. newInsert(String id, LanguageType languageType)static InsertableTagFactory. newInsert(String id, LanguageType languageType, SqlDialect sqlDialect)static InsertableTagFactory. newInsert(String id, LanguageType languageType, Isolation isolation, int timeout, ValidateType validateType, Statistical stats)
-