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 class
FromTableDirectSource
An implementation of FromTableInterface that wraps around an TableName/AbstractDataTable object.class
FromTableSubQuerySource
An 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 void
Statement. addTable(FromTableInterface table)
Add an FromTableInterface that is used within this query.
-