railo.runtime.db
Interface DatasourceConnectionPro

All Superinterfaces:
DatasourceConnection
All Known Implementing Classes:
DatasourceConnectionImpl, ORMDatasourceConnection

public interface DatasourceConnectionPro
extends DatasourceConnection


Method Summary
 void close()
           
 PreparedStatement getPreparedStatement(SQL sql, boolean createGeneratedKeys, boolean allowCaching)
           
 PreparedStatement getPreparedStatement(SQL sql, int resultSetType, int resultSetConcurrency)
           
 boolean supportsGetGeneratedKeys()
           
 
Methods inherited from interface railo.runtime.db.DatasourceConnection
getConnection, getDatasource, getPassword, getUsername, isTimeout
 

Method Detail

supportsGetGeneratedKeys

boolean supportsGetGeneratedKeys()

getPreparedStatement

PreparedStatement getPreparedStatement(SQL sql,
                                       boolean createGeneratedKeys,
                                       boolean allowCaching)
                                       throws SQLException
Throws:
SQLException

getPreparedStatement

PreparedStatement getPreparedStatement(SQL sql,
                                       int resultSetType,
                                       int resultSetConcurrency)
                                       throws SQLException
Throws:
SQLException

close

void close()
           throws SQLException
Throws:
SQLException


Copyright © 2012 Railo