railo.runtime.db
Interface DatasourceConnectionPro
- All Superinterfaces:
- DatasourceConnection
- All Known Implementing Classes:
- DatasourceConnectionImpl, ORMDatasourceConnection
public interface DatasourceConnectionPro
- extends DatasourceConnection
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