Class SqlJetConfig
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.db.SqlJetConfig
-
- All Implemented Interfaces:
ISqlJetConfig
public class SqlJetConfig extends java.lang.Object implements ISqlJetConfig
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
-
Field Summary
-
Fields inherited from interface org.tmatesoft.sqljet.core.internal.ISqlJetConfig
SECURE_DELETE
-
-
Constructor Summary
Constructors Constructor Description SqlJetConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSharedCacheEnabled()
boolean
isSynchronizedThreading()
-
-
-
Method Detail
-
isSharedCacheEnabled
public boolean isSharedCacheEnabled()
- Specified by:
isSharedCacheEnabled
in interfaceISqlJetConfig
-
isSynchronizedThreading
public boolean isSynchronizedThreading()
- Specified by:
isSynchronizedThreading
in interfaceISqlJetConfig
- Returns:
- the synchronizedThreading
-
-