Uses of Class
net.sf.jkniv.sqlegance.SqlType
-
Packages that use SqlType Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder.xml -
-
Uses of SqlType in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return SqlType Modifier and Type Method Description SqlTypeSql. getSqlType()Retrieve node type: INSERT, UPDATE, DELETE, SELECT or PROCEDURE.static SqlTypeSqlType. 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. -
Uses of SqlType in net.sf.jkniv.sqlegance.builder.xml
Methods in net.sf.jkniv.sqlegance.builder.xml that return SqlType Modifier and Type Method Description SqlTypeIncludeTag. getSqlType()Command type to execute.SqlTypeProcedureTag. getSqlType()Command type to execute.
-