| Package | Description |
|---|---|
| net.sf.jkniv.sqlegance | |
| net.sf.jkniv.sqlegance.builder.xml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Deletable |
interface |
Insertable |
interface |
Selectable |
interface |
Updateable |
| Modifier and Type | Method and Description |
|---|---|
Sql |
SqlContext.add(Sql sql) |
Sql |
SqlContext.getQuery(String name)
Retrieve one query according your name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sql> |
SqlContext.getPackage(String packageName)
Retrieve all queries from package
|
Map<String,List<Sql>> |
SqlContext.getPackageStartWith(String packageName)
Retrieve all packages starting with
packagetName. |
| Modifier and Type | Method and Description |
|---|---|
Sql |
SqlContext.add(Sql sql) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SqlTag
Represent specifics attribute from tag to build SQL sentences from XML files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSqlTag
Generic tag to support the common functions from other tags.
|
class |
IncludeTag
Tag of include xml file.
|
class |
ProcedureTag
Tag of procedure sentence.
|
Copyright © 2012–2022 jkniv, copyleft code. All rights reserved.