Ontimize 5.2072EN

com.ontimize.db
Interface DirectSQLQueryEntity

All Superinterfaces:
Entity, java.rmi.Remote
All Known Implementing Classes:
SQLEntity

public interface DirectSQLQueryEntity
extends Entity


Method Summary
 EntityResult execute(java.lang.String sql, int sessionId)
          Execute the specified sql statement against the database
 
Methods inherited from interface com.ontimize.db.Entity
delete, insert, query, update
 

Method Detail

execute

public EntityResult execute(java.lang.String sql,
                            int sessionId)
                     throws java.lang.Exception
Execute the specified sql statement against the database

Parameters:
sql - SQL to execute
sessionId - User session identifier
Returns:
Throws:
java.lang.Exception

Ontimize