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

Quick Search    Search Deep

Uses of Class
org.jdbf.engine.sql.SqlInterface

Uses of SqlInterface in org.jdbf.engine.sql
 

Subclasses of SqlInterface in org.jdbf.engine.sql
 class HsqlInterface
          It's overrides SqlInterface's methods for constructing sql statements where this implementation differs from ANSI or is not specified by ANSI.
 class InformixInterface
          It's overrides SqlInterface's methods for constructing sql statements where this implementation differs from ANSI or is not specified by ANSI.
 class InterbaseInterface
          It's overrides SqlInterface's methods for constructing sql statements where Interbase's implementaion differs from ANSI or is not specified by ANSI.
 class MySQLInterface
          It's overrides SqlInterface's methods for constructing sql statements where Interbase's implementaion differs from ANSI or is not specified by ANSI.
 class OracleInterface
          It's overrides SqlInterface's methods for constructing sql statements where Oracle's implementation differs from ANSI or is not specified by ANSI.
 class PostgreSQLInterface
          It's overrides SqlInterface's methods for constructing sql statements where Interbase's implementaion differs from ANSI or is not specified by ANSI.
 class 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.
 class SybaseInterface
          It's overrides SqlInterface's methods for constructing sql statements where Sybase's implementaion differs from ANSI or is not specified by ANSI.
 

Fields in org.jdbf.engine.sql declared as SqlInterface
(package private)  SqlInterface SqlInterfaceFactory.SqlInterfaceEntry.sqlInterface
          SQLInterface object
 

Methods in org.jdbf.engine.sql that return SqlInterface
private static SqlInterface SqlInterfaceFactory.addSqlInterface(java.lang.String name)
          Adds a SqlInterface to the list of instantiated interfaces.
private static SqlInterface SqlInterfaceFactory.getSqlInterfaceIntern(java.lang.String name)
          Return an SqlInterface for the given class name.
static SqlInterface SqlInterfaceFactory.getSqlInterface(java.lang.String name)
          Return the SqlInterface specified in name
 SqlInterface SqlInterfaceFactory.SqlInterfaceMaker.create()
           
 

Constructors in org.jdbf.engine.sql with parameters of type SqlInterface
SqlInterfaceFactory.SqlInterfaceEntry(java.lang.String name, SqlInterface sqlInterface)
          Creates a SQLInterfaceEntry