| Package | Description |
|---|---|
| net.sf.jkniv.sqlegance.builder.xml | |
| net.sf.jkniv.sqlegance.builder.xml.dynamic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AutoGeneratedKey |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlTag.addTag(ITextTag tag)
add a new text tag.
|
void |
AbstractSqlTag.addTag(ITextTag tag)
add a new text tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlTag.addTag(List<ITextTag> tags)
add a set of text tags (static or dynamic).
|
void |
AbstractSqlTag.addTag(List<ITextTag> tags)
add a set of text tags (static or dynamic).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChooseTag |
class |
ConditionalTag
Represent the
if tag from XML file to put dynamic SQLs. |
class |
IfTag
Represent the
if tag from XML file to put dynamic SQLs. |
class |
OtherwiseTag |
class |
SetTag
Represent the
set sentence from update SQL. |
class |
StaticText
This class represent text found at NodeValue from tag at XML document.
|
class |
WhenTag |
class |
WhereTag
Represent the
where sentence from SQL. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ITextTag> |
SetTag.getTags() |
List<? extends ITextTag> |
StaticText.getTags() |
List<? extends ITextTag> |
ChooseTag.getTags() |
List<? extends ITextTag> |
WhereTag.getTags() |
List<? extends ITextTag> |
ConditionalTag.getTags() |
List<? extends ITextTag> |
ITextTag.getTags()
Collections from inner tags (
WhereTag, SetTag...) |
| Constructor and Description |
|---|
SetTag(List<? extends ITextTag> listIfTag)
Build a new
set tag. |
WhereTag(List<ITextTag> listTestTag)
Build a new
where tag. |
Copyright © 2012–2022 jkniv, copyleft code. All rights reserved.