Method Summary |
|
public int[] | getClassIndexes() Get the indexes of all of the classes involved in some way. |
public int[] | getEvictionClassBits() Return bitmapped array of the class indexes involved in this query in
some way. |
public int | getFirstThisIndex() The index of the first occurance of 'this' in the projection. |
public int | getId() Get the unique ID assigned to this CompiledQuery. |
public QueryDetails | getQueryDetails() Return the QueryDetails this query was compiled from. |
public int[] | getResultTypeCodes() The typeCode of each column or null if this is not a projection query. |
public boolean | isDefaultResult() If this query returns default results. |
public boolean | isProjectionQuery() Is this a non default projection query. |
public boolean | isUnique() If this is a query with a single/unique result. |
public void | setId(int id) Give this query an ID. |