|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.TupleChecker
Tuple checker for one table in a producer.
Constructor Summary | |
TupleChecker(java.lang.String predicate,
CreateTableStatement createTable)
Creates a new TupleChecker object. |
Method Summary | |
void |
checkInsert(FastInsertStatement insertStatement,
java.text.SimpleDateFormat dateFormat)
Parses the array of INSERT statements and checks that each tuple is valid with respect to the producer predicate and the table definition. |
CreateTableStatement |
getCreateTable()
DOCUMENT ME! |
java.lang.String |
getPredicate()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TupleChecker(java.lang.String predicate, CreateTableStatement createTable) throws org.glite.rgma.system.RGMAUserException
predicate
- SQL WHERE clause.createTable
- SQL CREATE TABLE statement.
org.glite.rgma.system.RGMAUserException
- If the predicate is invalid.Method Detail |
public CreateTableStatement getCreateTable()
public java.lang.String getPredicate()
public void checkInsert(FastInsertStatement insertStatement, java.text.SimpleDateFormat dateFormat) throws org.glite.rgma.system.RGMAUserException
org.glite.rgma.system.RGMAUserException
org.glite.rgma.system.RGMAUserException
- If any of the inserts/tuples is invalid.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |