Package | Description |
---|---|
net.sf.jkniv.sqlegance | |
net.sf.jkniv.sqlegance.builder.xml | |
net.sf.jkniv.whinstone.commands |
Modifier and Type | Method and Description |
---|---|
SqlType |
Sql.getSqlType()
Retrieve node type: INSERT, UPDATE, DELETE, SELECT or PROCEDURE.
|
static SqlType |
SqlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlType[] |
SqlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlType |
IncludeTag.getSqlType()
Command type to execute.
|
SqlType |
ProcedureTag.getSqlType()
Command type to execute.
|
Modifier and Type | Method and Description |
---|---|
CommandHandler |
CommandHandler.checkSqlType(SqlType expected)
If the command isn't the SQL type expected an illegal argument exception is throw.
|
CommandHandler |
DefaultCommandHandler.checkSqlType(SqlType expected) |
CommandHandler |
NoCommandHandler.checkSqlType(SqlType expected) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.