![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.SelectStmt:

Definition at line 61 of file SelectStmt.java.
Public Member Functions | |
| SelectStmt () | |
| SelectStmt (TableExpression expression) | |
| void | setOrder (Vector order) |
| void | execute (Session session) throws IOException, SQLException |
Package Attributes | |
| TableExpression | expression |
| Vector | order |
|
|
Definition at line 65 of file SelectStmt.java. |
|
|
Definition at line 67 of file SelectStmt.java. |
|
|
Implements com.quadcap.sql.Stmt. Definition at line 75 of file SelectStmt.java. References com.quadcap.sql.SelectStmt.execute(), com.quadcap.sql.SelectStmt.expression, com.quadcap.sql.TableExpression.getCursor(), com.quadcap.sql.Database.getDriver(), com.quadcap.sql.QDriver.makeResultSet(), and com.quadcap.sql.SelectStmt.order. Referenced by com.quadcap.sql.SelectStmt.execute(). |
|
|
Definition at line 71 of file SelectStmt.java. References com.quadcap.sql.SelectStmt.setOrder(). Referenced by com.quadcap.sql.SQLParser.selectStmt(), and com.quadcap.sql.SelectStmt.setOrder(). |
|
|
Definition at line 62 of file SelectStmt.java. Referenced by com.quadcap.sql.SelectStmt.execute(). |
|
|
Definition at line 63 of file SelectStmt.java. Referenced by com.quadcap.sql.SelectStmt.execute(). |