Package | Description |
---|---|
net.sf.jkniv.sqlegance | |
net.sf.jkniv.sqlegance.builder.xml | |
net.sf.jkniv.whinstone | |
net.sf.jkniv.whinstone.commands |
Modifier and Type | Interface and Description |
---|---|
interface |
Deletable |
interface |
Insertable |
interface |
Selectable |
interface |
Updateable |
Modifier and Type | Method and Description |
---|---|
Sql |
SqlContext.add(Sql sql) |
Sql |
SqlContext.getQuery(String name)
Retrieve one query according your name.
|
Modifier and Type | Method and Description |
---|---|
List<Sql> |
SqlContext.getPackage(String packageName)
Retrieve all queries from package
|
Map<String,List<Sql>> |
SqlContext.getPackageStartWith(String packageName)
Retrieve all packages starting with
packagetName . |
Modifier and Type | Method and Description |
---|---|
Sql |
SqlContext.add(Sql sql) |
Modifier and Type | Interface and Description |
---|---|
interface |
SqlTag
Represent specifics attribute from tag to build SQL sentences from XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSqlTag
Generic tag to support the common functions from other tags.
|
class |
IncludeTag
Tag of include xml file.
|
class |
ProcedureTag
Tag of procedure sentence.
|
Modifier and Type | Method and Description |
---|---|
Sql |
Queryable.getDynamicSql()
Dynamic SQL statement from XML file.
|
Modifier and Type | Method and Description |
---|---|
void |
Queryable.bind(Sql sql)
Bind Sql to
Queryable instance generating the raw query. |
Modifier and Type | Field and Description |
---|---|
protected Sql |
DefaultCommandHandler.sql |
Modifier and Type | Method and Description |
---|---|
CommandHandler |
CommandHandler.with(Sql sql)
Configure the life-cycle with a
Sql |
CommandHandler |
DefaultCommandHandler.with(Sql sql) |
CommandHandler |
NoCommandHandler.with(Sql sql) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.