Uses of Interface
com.mckoi.database.interpret.FromTableInterface
-
Packages that use FromTableInterface Package Description com.mckoi.database.interpret -
-
Uses of FromTableInterface in com.mckoi.database.interpret
Classes in com.mckoi.database.interpret that implement FromTableInterface Modifier and Type Class Description classFromTableDirectSourceAn implementation of FromTableInterface that wraps around an TableName/AbstractDataTable object.classFromTableSubQuerySourceAn implementation of FromTableInterface that wraps around a TableSelectExpression object as a sub-query source.Methods in com.mckoi.database.interpret with parameters of type FromTableInterface Modifier and Type Method Description protected voidStatement. addTable(FromTableInterface table)Add an FromTableInterface that is used within this query.
-