org.apache.ws.jaxme.sqls
Interface ObjectFactory

All Known Implementing Classes:
ObjectFactoryImpl, OraObjectFactoryImpl

public interface ObjectFactory

A factory object for creating all the objects used by the SQL factory.

Author:
Jochen Wiedmann

Method Summary
 Function newFunction(Statement pStatement, java.lang.String pName)
          Returns an instance of Function.
 JoinReference newJoinReference(SelectTableReference pSelectTableReference, Table pTable, boolean pIsLeftOuterJoin)
          Returns an instance of JoinReference.
 RawSQLCode newRawSQL(java.lang.String pRawSQLCode)
          Returns an instance of RawSQLCode.
 

Method Detail

newRawSQL

RawSQLCode newRawSQL(java.lang.String pRawSQLCode)

Returns an instance of RawSQLCode.


newJoinReference

JoinReference newJoinReference(SelectTableReference pSelectTableReference,
                               Table pTable,
                               boolean pIsLeftOuterJoin)

Returns an instance of JoinReference.


newFunction

Function newFunction(Statement pStatement,
                     java.lang.String pName)

Returns an instance of Function.