Package org.noear.wood.xml
Class XmlSqlBlock
java.lang.Object
org.noear.wood.xml.XmlSqlBlock
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatAppendTags(XmlSqlBlock block, Map map, Object rst) formatRemoveTags(XmlSqlBlock block, Map map) getClasscode(boolean lineNo) getMethodcode(boolean lineNo) booleanisInsert()是否为 insert 操作booleanisSelect()是否为select 操作varList()void
-
Field Details
-
_namespace
-
_classname
-
_classcode
-
_classcode2
-
_methodcode
-
_methodcode2
-
_import
-
_id
-
_param
-
_declare
-
_return
-
_return_item
-
_caching
-
_cacheClear
-
_cacheTag
-
_usingCache
-
tagMap
-
__nodeMap
-
_texts
-
_action
-
varNum
public int varNum变量记数器 -
builder
-
-
Constructor Details
-
XmlSqlBlock
public XmlSqlBlock()
-
-
Method Details
-
getClasscode
-
getMethodcode
-
isSelect
public boolean isSelect()是否为select 操作 -
isInsert
public boolean isInsert()是否为 insert 操作 -
varList
-
varPut
-
formatRemoveTags
-
formatAppendTags
-
newType
-