Uses of Package
com.irisel.oms.sql

Packages that use com.irisel.oms.sql
com.irisel.oms.dbh   
com.irisel.oms.ejb.browser   
com.irisel.oms.ejb.interfaces   
com.irisel.oms.guiom.interfaces   
com.irisel.oms.olapi   
com.irisel.oms.olapi.internal   
com.irisel.oms.sql   
 

Classes in com.irisel.oms.sql used by com.irisel.oms.dbh
Query
          This class is used to generate, store and analyze SQL statements.
 

Classes in com.irisel.oms.sql used by com.irisel.oms.ejb.browser
Query
          This class is used to generate, store and analyze SQL statements.
SelectQuery
          This class is used to generate, store and analyze SQL statements.
 

Classes in com.irisel.oms.sql used by com.irisel.oms.ejb.interfaces
Query
          This class is used to generate, store and analyze SQL statements.
SelectQuery
          This class is used to generate, store and analyze SQL statements.
 

Classes in com.irisel.oms.sql used by com.irisel.oms.guiom.interfaces
UpdateQuery
          This class is used to generate, store and analyze SQL statements.
 

Classes in com.irisel.oms.sql used by com.irisel.oms.olapi
Filter
          Represents a filter condition of a query.It has a left-hand value (Field), an Operator and a right-hand value that may be a Field or a Query object.
Query
          This class is used to generate, store and analyze SQL statements.
SelectQuery
          This class is used to generate, store and analyze SQL statements.
 

Classes in com.irisel.oms.sql used by com.irisel.oms.olapi.internal
Query
          This class is used to generate, store and analyze SQL statements.
SelectQuery
          This class is used to generate, store and analyze SQL statements.
 

Classes in com.irisel.oms.sql used by com.irisel.oms.sql
Field
          Represent a table field.Stores information about table name, field name and value, and modifiers like max(),min(),sum(),avg().
Filter
          Represents a filter condition of a query.It has a left-hand value (Field), an Operator and a right-hand value that may be a Field or a Query object.
Option
          Insert the type's description here.
Query
          This class is used to generate, store and analyze SQL statements.
QueryException
          This exception is thrown by several methods in this package when an invalid Query object is found.