net.sf.farrago.server
Class FarragoVjdbcServer.FarragoConnectionConfiguration

java.lang.Object
  extended by de.simplicit.vjdbc.server.config.ConnectionConfiguration
      extended by net.sf.farrago.server.FarragoVjdbcServer.FarragoConnectionConfiguration
All Implemented Interfaces:
de.simplicit.vjdbc.server.concurrent.Executor
Enclosing class:
FarragoVjdbcServer

private class FarragoVjdbcServer.FarragoConnectionConfiguration
extends de.simplicit.vjdbc.server.config.ConnectionConfiguration


Field Summary
 
Fields inherited from class de.simplicit.vjdbc.server.config.ConnectionConfiguration
_charset, _compressionMode, _compressionThreshold, _connectionPoolConfiguration, _connectionPooling, _dataSourceProvider, _driver, _id, _loginHandler, _namedQueries, _password, _prefetchResultSetMetaData, _queryFilters, _rowPacketSize, _traceCommandCount, _traceOrphanedObjects, _url, _user
 
Constructor Summary
private FarragoVjdbcServer.FarragoConnectionConfiguration()
           
 
Method Summary
 Connection create(Properties props)
           
 
Methods inherited from class de.simplicit.vjdbc.server.config.ConnectionConfiguration
execute, getCharset, getCompressionMode, getCompressionModeAsInt, getCompressionThreshold, getConnectionPoolConfiguration, getDataSourceProvider, getDriver, getId, getLoginHandler, getNamedQueries, getPassword, getQueryFilters, getRowPacketSize, getUrl, getUser, isPrefetchResultSetMetaData, isTraceCommandCount, isTraceOrphanedObjects, setCharset, setCompressionMode, setCompressionModeAsInt, setCompressionThreshold, setConnectionPoolConfiguration, setConnectionPooling, setDataSourceProvider, setDriver, setId, setLoginHandler, setNamedQueries, setPassword, setPrefetchResultSetMetaData, setQueryFilters, setRowPacketSize, setTraceCommandCount, setTraceOrphanedObjects, setUrl, setUser, useConnectionPooling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarragoVjdbcServer.FarragoConnectionConfiguration

private FarragoVjdbcServer.FarragoConnectionConfiguration()
Method Detail

create

public Connection create(Properties props)
                  throws SQLException
Overrides:
create in class de.simplicit.vjdbc.server.config.ConnectionConfiguration
Throws:
SQLException