Uses of Interface
it.eng.qbe.query.IField

Packages that use IField
it.eng.qbe.query   
 

Uses of IField in it.eng.qbe.query
 

Subinterfaces of IField in it.eng.qbe.query
 interface IGroupByField
          The Interface IGroupByField.
 interface IOrderByField
          The Interface IOrderByField.
 interface ISelectField
          The Interface ISelectField.
 interface IWhereField
          The Interface IWhereField.
 

Classes in it.eng.qbe.query that implement IField
 class Field
          The Class Field.
 class GroupByField
          The Class GroupByField.
 class OrderByField
          The Class OrderByField.
 class SelectField
          The Class SelectField.
 class WhereField
          The Class WhereField.