public interface ISqlTag extends ISql
| Modifier and Type | Method and Description |
|---|---|
void |
addTag(ITextTag tag)
add a new text tag.
|
void |
addTag(List<ITextTag> tags)
add a set of text tags (static or dynamic).
|
void |
addTag(String text)
add a set of static text from tag elements.
|
String |
getName()
Retrieve the identifier from tag.
|
String |
getTagName()
Retrieve the tag name.
|
getLanguageType, getSql, getSql, getSqlCommandTypeString getName()
String getTagName()
void addTag(String text)
void addTag(ITextTag tag)
Copyright © 2015 jkniv. All rights reserved.