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

Definition at line 52 of file Relation.java.
Public Member Functions | |
| Cursor | getCursor (Session session, Expression where, String asName, Cursor cursor) throws SQLException |
| int[] | mapColumns (Vector names) throws SQLException |
| String | getType () |
| boolean | isUpdatable () |
| boolean | hasBlobs () throws SQLException |
| void | insertRow (Session session, Row row) throws SQLException, IOException |
|
||||||||||||||||||||
|
Implemented in com.quadcap.sql.Table, and com.quadcap.sql.View. Referenced by com.quadcap.sql.SelectFromTable.getCursor(). |
|
|
Implemented in com.quadcap.sql.Table, and com.quadcap.sql.View. |
|
|
Implemented in com.quadcap.sql.Table, and com.quadcap.sql.View. Referenced by com.quadcap.sql.StmtInsert.execute(). |
|
||||||||||||
|
Implemented in com.quadcap.sql.Table, and com.quadcap.sql.View. Referenced by com.quadcap.sql.StmtInsert.execute(), and com.quadcap.sql.StmtInsert.setVrow(). |
|
|
Implemented in com.quadcap.sql.Table, and com.quadcap.sql.View. Referenced by com.quadcap.sql.StmtUpdate.execute(), and com.quadcap.sql.StmtDelete.execute(). |
|
|
Implements com.quadcap.sql.Tuple. Referenced by com.quadcap.sql.StmtInsert.execute(). |