Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.jdbf.engine.sql

Classes in org.jdbf.engine.sql used by org.jdbf.engine.sql
QueryResults
          QueryResults is the class-mapped equivalent of a JDBC ResultsSet.
SqlInterface
          This class implements a part of RelationalDatabase It provides methods to build sql strings and statements and to convert data values into sql strings.
SqlInterfaceFactory.SqlInterfaceMaker
          Interface that creates the SQLInterface object
SqlServerInterface
          It's overrides SqlInterface's methods for constructing sql statements where MS SQL Server implementation differs from ANSI or is not specified by ANSI.
SQLStatement
          SQLStatement is an abstract class that represents the sql statement.