|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.sql.SQLStatementFactory
Factory class for SQL command objects. An SQL command object simplifies the creation of SQL commands.
Constructor Summary | |
SQLStatementFactory()
|
Method Summary | |
static SQLInsert |
createInsert()
Create an INSERT statement object |
static SQLInsert |
createInsertValues()
Create an INSERT statement with only values |
static SQLSelectFromWhere |
createSelectFromWhere()
Create a simple SELECT-FROM-WHERE statiement. |
static SQLSelectFromWhere |
createSelectFromWhere(java.lang.String cols,
java.lang.String tables,
java.lang.String conds)
Create a simple SELECT-FROM-WHERE statiement. |
static void |
main(java.lang.String[] args)
test programme |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLStatementFactory()
Method Detail |
public static SQLInsert createInsert()
public static SQLInsert createInsertValues()
public static SQLSelectFromWhere createSelectFromWhere()
public static SQLSelectFromWhere createSelectFromWhere(java.lang.String cols, java.lang.String tables, java.lang.String conds)
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |