|
|||||||||
| Home >> All >> javatools >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.db
Class DbReferencedInserter

java.lang.Objectjavatools.db.DbInserter
javatools.db.DbReferencedInserter
- public class DbReferencedInserter
- extends DbInserter
It is just like a DbInserter, except on the fact it takes care of constraints.
- Version:
- 0.2.0
| Field Summary |
| Fields inherited from class javatools.db.DbInserter |
fromList, intoList, selector, table |
| Constructor Summary | |
(package private) |
DbReferencedInserter(DbAbstractTable table)
Creates new DbReferencedInserter |
(package private) |
DbReferencedInserter(DbAbstractTable table,
DbSelector selector)
Creates new DbReferencedInserter |
| Method Summary | |
int |
execute()
Execute this command on the default connection. |
| Methods inherited from class javatools.db.DbInserter |
addColumn, execute, getQueryString, getValuesQueryString, setLists, setSqlValues |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DbReferencedInserter
DbReferencedInserter(DbAbstractTable table, DbSelector selector)
- Creates new DbReferencedInserter
DbReferencedInserter
DbReferencedInserter(DbAbstractTable table)
- Creates new DbReferencedInserter
| Method Detail |
execute
public int execute()
throws DbException
- Execute this command on the default connection.
- Overrides:
executein classDbInserter
|
|||||||||
| Home >> All >> javatools >> [ db overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC