Uses of Class
org.apache.lucene.store.jdbc.JdbcStoreException

Packages that use JdbcStoreException
org.apache.lucene.store.jdbc   
org.apache.lucene.store.jdbc.datasource   
org.apache.lucene.store.jdbc.dialect   
org.apache.lucene.store.jdbc.support   
 

Uses of JdbcStoreException in org.apache.lucene.store.jdbc
 

Constructors in org.apache.lucene.store.jdbc that throw JdbcStoreException
JdbcDirectory(DataSource dataSource, JdbcDirectorySettings settings, String tableName)
          Creates a new jdbc directory.
JdbcDirectory(DataSource dataSource, String tableName)
          Creates a new jdbc directory.
 

Uses of JdbcStoreException in org.apache.lucene.store.jdbc.datasource
 

Methods in org.apache.lucene.store.jdbc.datasource that throw JdbcStoreException
static void DataSourceUtils.commitConnectionIfPossible(Connection con)
          Commits the connection only if the connection is controlled by us.
static Connection DataSourceUtils.getConnection(DataSource dataSource)
          Returns a jdbc connection, and in case of failure, wraps the sql exception with a Jdbc device exception.
static void DataSourceUtils.rollbackConnectionIfPossible(Connection con)
          Tollbacks the connection only if the connection is controlled by us.
 

Uses of JdbcStoreException in org.apache.lucene.store.jdbc.dialect
 

Methods in org.apache.lucene.store.jdbc.dialect that throw JdbcStoreException
 Dialect DialectResolver.getDialect(DataSource dataSource)
           
 

Uses of JdbcStoreException in org.apache.lucene.store.jdbc.support
 

Methods in org.apache.lucene.store.jdbc.support that throw JdbcStoreException
 int[] JdbcTemplate.executeBatch(String[] sqls)
          A template method to execute a set of sqls in batch.
 int[] JdbcTemplate.executeBatch(String sql, JdbcTemplate.PrepateStatementAwareCallback callback)
          A template method to execute that can execute the same sql several times using different values set to it (in the fillPrepareStatement) callback).
 Object JdbcTemplate.executeCallable(String sql, JdbcTemplate.CallableStatementCallback callback)
          A template method to execute a simple sql callable statement.
 Object JdbcTemplate.executeSelect(String sql, JdbcTemplate.ExecuteSelectCallback callback)
          A template method to execute a simple sql select statement.
 void JdbcTemplate.executeUpdate(String sql)
          A template method to execute a simpel sql update (with no need for data initialization).
 void JdbcTemplate.executeUpdate(String sql, JdbcTemplate.PrepateStatementAwareCallback callback)
          A template method to execute a simple sql update.
 



Copyright (c) 2004-2008 The Compass Project.