| Interface | Description |
|---|---|
| ISql |
This class represent a query language (JPQL, HQL or SQL) from XML file, each
node at xml file is represented by this class.
|
| ISqlTag |
Represent specifics attribute from tag to build SQL sentences from XML files.
|
| Class | Description |
|---|---|
| AbstractSqlTag |
Generic tag to support the common functions from other tags.
|
| DeleteTag |
Tag of delete sentence.
|
| IncludeTag |
Tag of include xml file.
|
| InsertTag |
Tag of insert sentence.
|
| ProcedureParameterTag |
Tag of stored procedure parameters sentence.
|
| ProcedureTag |
Tag of procedure sentence.
|
| SelectTag |
Tag of select sentence.
|
| UpdateTag |
Tag of update sentence.
|
| Enum | Description |
|---|---|
| LanguageType |
Type of sql sentence supported at xml files.
|
| ParameterMode |
Type of parameter from stored procedure.
|
| SqlCommandType |
Node type supported to xml files.
|
| XMLFileStatus |
Internal status of xml files, if load and read or not.
|
Copyright © 2015 jkniv. All rights reserved.