Skip to content

ResultTable class

Represents a table used in query.

public class Korzh.EasyQuery.Db.ResultTable
TypeNameDescription
ResultTableListChildTablesGets the list of child tables.
TableLinkLinkLink to other (parent) table used in query.
TableTableGets the table.
TypeNameDescription
ResultTableAddChildTable(Table aTable, TableLink aLink)Adds the child table.
ResultTableFindTableByAlias(String alias)Finds the table in result table tree by its alias.