palio.services
Class SQLConnectorContext

java.lang.Object
  extended by torn.omea.framework.server.ServerContext
      extended by palio.services.SQLConnectorContext
All Implemented Interfaces:
torn.omea.framework.core.OmeaContext
Direct Known Subclasses:
PalioConnectorContext

public class SQLConnectorContext
extends torn.omea.framework.server.ServerContext

Author:
Szymon Kuklewicz

Constructor Summary
SQLConnectorContext(SQLConnectorDatabase database)
           
 
Method Summary
 torn.omea.framework.transaction.IsolatedContext createTransaction()
           
 torn.omea.framework.core.QueryResult select(torn.omea.framework.core.Query query)
           
 torn.omea.framework.core.QueryResult select(torn.omea.framework.core.Query query, int maxAllowed)
           
 
Methods inherited from class torn.omea.framework.server.ServerContext
addContextListener, createExternalTransactionNotice, get, get, getCached, getCached, getLater, getMetaData, isOpen, removeContextListener, selectLater, setOpen
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLConnectorContext

public SQLConnectorContext(SQLConnectorDatabase database)
Method Detail

createTransaction

public torn.omea.framework.transaction.IsolatedContext createTransaction()
                                                                  throws torn.omea.framework.errors.OmeaException
Throws:
torn.omea.framework.errors.OmeaException

select

public torn.omea.framework.core.QueryResult select(torn.omea.framework.core.Query query)

select

public torn.omea.framework.core.QueryResult select(torn.omea.framework.core.Query query,
                                                   int maxAllowed)