public interface DatasourceConnection
Modifier and Type | Method and Description |
---|---|
void |
close() |
Connection |
getConnection() |
DataSource |
getDatasource() |
String |
getPassword() |
PreparedStatement |
getPreparedStatement(SQL sql,
boolean createGeneratedKeys,
boolean allowCaching) |
PreparedStatement |
getPreparedStatement(SQL sql,
int resultSetType,
int resultSetConcurrency) |
String |
getUsername() |
boolean |
isTimeout() |
boolean |
supportsGetGeneratedKeys() |
Connection getConnection()
DataSource getDatasource()
boolean isTimeout()
String getPassword()
String getUsername()
boolean supportsGetGeneratedKeys()
PreparedStatement getPreparedStatement(SQL sql, boolean createGeneratedKeys, boolean allowCaching) throws SQLException
SQLException
PreparedStatement getPreparedStatement(SQL sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLException
void close() throws SQLException
SQLException
Copyright © 2015 Lucee