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

getTypes function.
Definition at line 65 of file MetaTypes.java.
Public Member Functions | |
| MetaTypes (Session session) throws SQLException | |
| Cursor constructor. | |
| int[] | getSortColumns () |
| Sort by type. | |
Package Functions | |
| void | addType (Type type) throws SQLException |
| Helper to build a row for the resultset. | |
Static Package Attributes | |
| Column[] | cols |
| Type[] | types |
| int[] | sortColumns = { 2 } |
|
|
Cursor constructor. We're just a static repository of types Definition at line 114 of file MetaTypes.java. References com.quadcap.sql.meta.MetaTypes.addType(), com.quadcap.sql.meta.MetaTypes.cols, com.quadcap.sql.StaticCursor.sort(), and com.quadcap.sql.meta.MetaTypes.types. |
|
|
Helper to build a row for the resultset.
Definition at line 141 of file MetaTypes.java. References com.quadcap.sql.meta.MetaTypes.addType(), and com.quadcap.sql.Row.set(). Referenced by com.quadcap.sql.meta.MetaTypes.addType(), and com.quadcap.sql.meta.MetaTypes.MetaTypes(). |
|
|
Sort by type.
Reimplemented from com.quadcap.sql.StaticCursor. Definition at line 134 of file MetaTypes.java. References com.quadcap.sql.meta.MetaTypes.sortColumns. |
|
|
Initial value:
Definition at line 66 of file MetaTypes.java. Referenced by com.quadcap.sql.meta.MetaTypes.MetaTypes(). |
|
|
Definition at line 109 of file MetaTypes.java. Referenced by com.quadcap.sql.meta.MetaTypes.getSortColumns(). |
|
|
Initial value:
Definition at line 87 of file MetaTypes.java. Referenced by com.quadcap.sql.meta.MetaTypes.MetaTypes(). |