Package de.dfki.sds.aticsqlite
Class DatabaseConnectionPerTransaction
java.lang.Object
de.dfki.sds.aticsqlite.DatabaseConnectionPerTransaction
- All Implemented Interfaces:
Database,AutoCloseable,org.apache.jena.sparql.core.Transactional
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()Deprecated.voidbegin(org.apache.jena.query.TxnType type) Deprecated.voidclose()Deprecated.voidcommit()Deprecated.voidDeprecated.Deprecated.voidenableQueryLogger(String dbFilePath) Deprecated.voidend()Deprecated.longDeprecated.Deprecated.booleanDeprecated.booleanisInTransaction(long transactionId) Deprecated.booleanpromote(org.apache.jena.sparql.core.Transactional.Promote mode) Deprecated.<T> Tread(String sql, ResultSetMapper<T> resultSetMapper, Object... params) Deprecated.Deprecated.org.apache.jena.query.ReadWriteDeprecated.org.apache.jena.query.TxnTypeDeprecated.voidDeprecated.voidwriteBatch(String sql, List<Object[]> batchParams, int batchSize) Deprecated.writeBatchReturningId(String sql, List<Object[]> batchParams, int batchSize) Deprecated.voidwriteQuery(String sqlQueryResource, Object... params) Deprecated.longwriteReturningId(String sql, Object... params) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.dfki.sds.aticsqlite.Database
bindParams, loadSqlMethods inherited from interface org.apache.jena.sparql.core.Transactional
begin, begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
-
Constructor Details
-
DatabaseConnectionPerTransaction
Deprecated.
-
-
Method Details
-
emptyIterator
Deprecated.- Specified by:
emptyIteratorin interfaceDatabase
-
enableQueryLogger
Deprecated.- Specified by:
enableQueryLoggerin interfaceDatabase
-
disableQueryLogger
public void disableQueryLogger()Deprecated.- Specified by:
disableQueryLoggerin interfaceDatabase
-
read
public <T> T read(String sql, ResultSetMapper<T> resultSetMapper, Object... params) throws SQLException Deprecated.- Specified by:
readin interfaceDatabase- Throws:
SQLException
-
read
Deprecated.- Specified by:
readin interfaceDatabase- Throws:
SQLException
-
write
Deprecated.- Specified by:
writein interfaceDatabase- Throws:
SQLException
-
writeQuery
Deprecated.- Specified by:
writeQueryin interfaceDatabase- Throws:
SQLException
-
writeReturningId
Deprecated.- Specified by:
writeReturningIdin interfaceDatabase- Throws:
SQLException
-
writeBatch
Deprecated.- Specified by:
writeBatchin interfaceDatabase- Throws:
SQLException
-
writeBatchReturningId
public List<Long> writeBatchReturningId(String sql, List<Object[]> batchParams, int batchSize) throws SQLException Deprecated.- Specified by:
writeBatchReturningIdin interfaceDatabase- Throws:
SQLException
-
begin
public void begin(org.apache.jena.query.TxnType type) Deprecated.- Specified by:
beginin interfaceorg.apache.jena.sparql.core.Transactional
-
promote
public boolean promote(org.apache.jena.sparql.core.Transactional.Promote mode) Deprecated.- Specified by:
promotein interfaceorg.apache.jena.sparql.core.Transactional
-
commit
public void commit()Deprecated.- Specified by:
commitin interfaceorg.apache.jena.sparql.core.Transactional
-
abort
public void abort()Deprecated.- Specified by:
abortin interfaceorg.apache.jena.sparql.core.Transactional
-
end
public void end()Deprecated.- Specified by:
endin interfaceorg.apache.jena.sparql.core.Transactional
-
transactionMode
public org.apache.jena.query.ReadWrite transactionMode()Deprecated.- Specified by:
transactionModein interfaceorg.apache.jena.sparql.core.Transactional
-
transactionType
public org.apache.jena.query.TxnType transactionType()Deprecated.- Specified by:
transactionTypein interfaceorg.apache.jena.sparql.core.Transactional
-
isInTransaction
public boolean isInTransaction()Deprecated.- Specified by:
isInTransactionin interfaceorg.apache.jena.sparql.core.Transactional
-
getFolder
Deprecated. -
getConnectionHashCode
public long getConnectionHashCode()Deprecated. -
isInTransaction
public boolean isInTransaction(long transactionId) Deprecated.- Specified by:
isInTransactionin interfaceDatabase
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
DatabaseConnectionPool