| Package | Description |
|---|---|
| net.sf.jkniv.sqlegance.builder | |
| net.sf.jkniv.sqlegance.builder.xml |
| Modifier and Type | Method and Description |
|---|---|
static ISql |
XmlBuilderSql.getQuery(String name)
Retrieve one query according your name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISqlTag
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 |
DeleteTag
Tag of delete sentence.
|
class |
IncludeTag
Tag of include xml file.
|
class |
InsertTag
Tag of insert sentence.
|
class |
ProcedureTag
Tag of procedure sentence.
|
class |
SelectTag
Tag of select sentence.
|
class |
UpdateTag
Tag of update sentence.
|
Copyright © 2015 jkniv. All rights reserved.