org.compass.core.lucene
Class LuceneEnvironment.JdbcStore.Connection
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.JdbcStore.Connection
- Enclosing class:
- LuceneEnvironment.JdbcStore
public abstract class LuceneEnvironment.JdbcStore.Connection
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRIVER_CLASS
public static final String DRIVER_CLASS
- The jdbc driver class
- See Also:
- Constant Field Values
USERNAME
public static final String USERNAME
- the jdbc connection user name
- See Also:
- Constant Field Values
PASSWORD
public static final String PASSWORD
- The jdbc connection password
- See Also:
- Constant Field Values
AUTO_COMMIT
public static final String AUTO_COMMIT
- Sets the auto commit for the
Connection created by the DataSource.
Defaults to false. Can be either false, true or
external (let outer configuration management to set it).
- See Also:
- Constant Field Values
LuceneEnvironment.JdbcStore.Connection
public LuceneEnvironment.JdbcStore.Connection()
Copyright (c) 2004-2008 The Compass Project.