Uses of Class
org.hotrod.torcs.DataSourceReference
-
Packages that use DataSourceReference Package Description org.hotrod.torcs org.hotrod.torcs.decorators org.hotrod.torcs.rankings -
-
Uses of DataSourceReference in org.hotrod.torcs
Fields in org.hotrod.torcs declared as DataSourceReference Modifier and Type Field Description DataSourceReferenceQueryExecution. dsrMethods in org.hotrod.torcs that return DataSourceReference Modifier and Type Method Description DataSourceReferenceQueryExecution. getDataSourceReference()static DataSourceReferenceDataSourceReference. of(DataSource dataSource)Methods in org.hotrod.torcs with parameters of type DataSourceReference Modifier and Type Method Description voidTorcs. record(DataSourceReference dsr, String sql, Map<Integer,IndexSetter> indexSetters, Map<String,NameSetter> nameSetters, int responseTime, Throwable t)Constructors in org.hotrod.torcs with parameters of type DataSourceReference Constructor Description QueryExecution(DataSourceReference dsr, String sql, Map<Integer,IndexSetter> indexSetters, Map<String,NameSetter> nameSetters, int responseTime, Throwable exception) -
Uses of DataSourceReference in org.hotrod.torcs.decorators
Fields in org.hotrod.torcs.decorators declared as DataSourceReference Modifier and Type Field Description protected DataSourceReferenceTorcsStatement. dataSourceReferenceConstructors in org.hotrod.torcs.decorators with parameters of type DataSourceReference Constructor Description TorcsCallableStatement(CallableStatement wrapped, TorcsConnection conn, Torcs torcs, DataSourceReference dataSourceReference, String sql)TorcsConnection(Connection wrapped, Torcs torcs, DataSourceReference dataSourceReference)TorcsPreparedStatement(PreparedStatement wrapped, TorcsConnection conn, Torcs torcs, DataSourceReference dataSourceReference, String sql)TorcsStatement(Statement wrapped, TorcsConnection conn, Torcs torcs, DataSourceReference dataSourceReference) -
Uses of DataSourceReference in org.hotrod.torcs.rankings
Methods in org.hotrod.torcs.rankings that return DataSourceReference Modifier and Type Method Description DataSourceReferenceRankingEntry. getDataSourceReference()
-