// If I can successfully establish a Connection to the database,
// assume the JdbcDatabase is functional.
jdbcDatabase.getDataSource().getConnection().close();
final LocalDatabase localDatabase =
new LocalDatabaseImpl(jdbcDatabase, connectorTypeName, connectorType);
return new ConnectorPersistentStore() {
@Override
public com.google.enterprise.connector.spi.LocalDocumentStore getLocalDocumentStore() {
return null;
}