Uses of Interface
net.sf.jkniv.sqlegance.Sql
-
Packages that use Sql Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of Sql in net.sf.jkniv.sqlegance
Subinterfaces of Sql in net.sf.jkniv.sqlegance Modifier and Type Interface Description interfaceDeletableinterfaceInsertableinterfaceSelectableinterfaceUpdateableMethods in net.sf.jkniv.sqlegance that return Sql Modifier and Type Method Description SqlSqlContext. add(Sql sql)SqlSqlContext. getQuery(String name)Retrieve one query according your name.Methods in net.sf.jkniv.sqlegance that return types with arguments of type Sql Modifier and Type Method Description List<Sql>SqlContext. getPackage(String packageName)Retrieve all queries from packageMap<String,List<Sql>>SqlContext. getPackageStartWith(String packageName)Retrieve all packages starting withpackagetName.Methods in net.sf.jkniv.sqlegance with parameters of type Sql Modifier and Type Method Description SqlSqlContext. add(Sql sql) -
Uses of Sql in net.sf.jkniv.sqlegance.builder.xml
Subinterfaces of Sql in net.sf.jkniv.sqlegance.builder.xml Modifier and Type Interface Description interfaceSqlTagRepresent specifics attribute from tag to build SQL sentences from XML files.Classes in net.sf.jkniv.sqlegance.builder.xml that implement Sql Modifier and Type Class Description classAbstractSqlTagGeneric tag to support the common functions from other tags.classIncludeTagTag of include xml file.classProcedureTagTag of procedure sentence.
-