| Package | Description |
|---|---|
| net.sf.jkniv.sqlegance.builder.xml |
| Modifier and Type | Method and Description |
|---|---|
SqlCommandType |
UpdateTag.getSqlCommandType()
Command type to execute.
|
SqlCommandType |
SelectTag.getSqlCommandType()
Command type to execute.
|
SqlCommandType |
ProcedureTag.getSqlCommandType()
Command type to execute.
|
SqlCommandType |
ISql.getSqlCommandType()
Retrieve node type: INSERT, UPDATE, DELETE, SELECT or PROCEDURE.
|
SqlCommandType |
InsertTag.getSqlCommandType()
Command type to execute.
|
SqlCommandType |
IncludeTag.getSqlCommandType()
Command type to execute.
|
SqlCommandType |
DeleteTag.getSqlCommandType()
Command type to execute.
|
static SqlCommandType |
SqlCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlCommandType[] |
SqlCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 jkniv. All rights reserved.