Uses of Interface
net.sf.jkniv.sqlegance.builder.xml.dynamic.ITextTag
-
Packages that use ITextTag Package Description net.sf.jkniv.sqlegance.builder.xml net.sf.jkniv.sqlegance.builder.xml.dynamic -
-
Uses of ITextTag in net.sf.jkniv.sqlegance.builder.xml
Subinterfaces of ITextTag in net.sf.jkniv.sqlegance.builder.xml Modifier and Type Interface Description interfaceAutoGeneratedKeyMethods in net.sf.jkniv.sqlegance.builder.xml with parameters of type ITextTag Modifier and Type Method Description voidAbstractSqlTag. addTag(ITextTag tag)add a new text tag.voidSqlTag. addTag(ITextTag tag)add a new text tag.Method parameters in net.sf.jkniv.sqlegance.builder.xml with type arguments of type ITextTag Modifier and Type Method Description voidAbstractSqlTag. addTag(List<ITextTag> tags)add a set of text tags (static or dynamic).voidSqlTag. addTag(List<ITextTag> tags)add a set of text tags (static or dynamic). -
Uses of ITextTag in net.sf.jkniv.sqlegance.builder.xml.dynamic
Classes in net.sf.jkniv.sqlegance.builder.xml.dynamic that implement ITextTag Modifier and Type Class Description classChooseTagclassConditionalTagRepresent theiftag from XML file to put dynamic SQLs.classIfTagRepresent theiftag from XML file to put dynamic SQLs.classOtherwiseTagclassSetTagRepresent thesetsentence fromupdateSQL.classStaticTextThis class represent text found at NodeValue from tag at XML document.classWhenTagclassWhereTagRepresent thewheresentence from SQL.Methods in net.sf.jkniv.sqlegance.builder.xml.dynamic that return types with arguments of type ITextTag Modifier and Type Method Description List<? extends ITextTag>ChooseTag. getTags()List<? extends ITextTag>ConditionalTag. getTags()List<? extends ITextTag>ITextTag. getTags()Collections from inner tags (WhereTag,SetTag...)List<? extends ITextTag>SetTag. getTags()List<? extends ITextTag>StaticText. getTags()List<? extends ITextTag>WhereTag. getTags()Constructor parameters in net.sf.jkniv.sqlegance.builder.xml.dynamic with type arguments of type ITextTag Constructor Description SetTag(List<? extends ITextTag> listIfTag)Build a newsettag.WhereTag(List<ITextTag> listTestTag)Build a newwheretag.
-