throw new IllegalStateException("sail not initialized.");
}
try {
InferencerConnection con = new NativeStoreConnection(this);
con = new SynchronizedInferencerConnection(con);
con = new AutoCommitInferencerConnection(con);
return con;
}
catch (IOException e) {
throw new StoreException(e);