org.hsqldb
Class Parser
java.lang.Object
|
+--org.hsqldb.Parser
- class Parser
- extends java.lang.Object
Class declaration
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Parser
Parser(Database db,
Tokenizer t,
Channel channel)
- Constructor declaration
- Parameters:
db
- t
- channel
-
processSelect
Result processSelect()
throws java.sql.SQLException
- Method declaration
- Returns:
-
- Throws:
- java.sql.SQLException -
processCall
Result processCall()
throws java.sql.SQLException
- Method declaration
- Returns:
-
- Throws:
- java.sql.SQLException -
processUpdate
Result processUpdate()
throws java.sql.SQLException
- Method declaration
- Returns:
-
- Throws:
- java.sql.SQLException -
processDelete
Result processDelete()
throws java.sql.SQLException
- Method declaration
- Returns:
-
- Throws:
- java.sql.SQLException -
processInsert
Result processInsert()
throws java.sql.SQLException
- Method declaration
- Returns:
-
- Throws:
- java.sql.SQLException -