Uses of Interface
com.mckoi.database.interpret.FromTableInterface
Packages that use FromTableInterface
Package
Description
-
Uses of FromTableInterface in com.mckoi.database.interpret
Classes in com.mckoi.database.interpret that implement FromTableInterfaceModifier and TypeClassDescriptionclass
An implementation of FromTableInterface that wraps around an TableName/AbstractDataTable object.class
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 FromTableInterfaceModifier and TypeMethodDescriptionprotected void
Statement.addTable
(FromTableInterface table) Add an FromTableInterface that is used within this query.