|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.sqlutil.FastInsertParser
Parser for SQL INSERT statements.
Method Summary | |
static FastInsertStatement |
parse(java.lang.String sql)
Parses an INSERT statement and creates a FastInsertStatement object from it. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static FastInsertStatement parse(java.lang.String sql) throws ParseException
sql
- An SQL INSERT statement to parse
ParseException
- Thrown if sql is not a valid INSERT statement.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |