| java.lang.Object com.hp.hpl.jena.db.impl.DBProp com.hp.hpl.jena.db.impl.DBPropDatabase
DBPropDatabase | public class DBPropDatabase extends DBProp (Code) | | A wrapper to assist in getting and setting DB information from
a persistent store.
This is written in the style of enhanced nodes - no state is
stored in the DBStoreDesc, instead all state is in the
underlying graph and this is just provided as a convenience.
(We don't use enhanced nodes because, since we control everything
in the persistent store system description, we can avoid any
need to handle polymorhphism).
author: csayers version: $Revision: 1.18 $ |
Constructor Summary | |
public | DBPropDatabase(SpecializedGraph g, String engineType, String driverVersion, String layoutVersion, String longObjectLength, String indexKeyLength, String isTransactionDb, String doCompressURI, String compressURILength, String tableNamePrefix) | public | DBPropDatabase(SpecializedGraph g, Node n) | public | DBPropDatabase(SpecializedGraph g) |
dbCompressURILength | final public static Node_URI dbCompressURILength(Code) | | |
dbEngineType | final public static Node_URI dbEngineType(Code) | | since: Jena 2.0 |
dbLongObjectLength | final public static Node_URI dbLongObjectLength(Code) | | |
dbSystemGraphName | final public static String dbSystemGraphName(Code) | | |
getCompressURILength | public String getCompressURILength()(Code) | | |
getInitCompressURILength | public String getInitCompressURILength()(Code) | | |
getInitDoCompressURI | public String getInitDoCompressURI()(Code) | | |
getInitIndexKeyLength | public String getInitIndexKeyLength()(Code) | | |
getInitLongObjectLength | public String getInitLongObjectLength()(Code) | | |
getLongObjectLength | public String getLongObjectLength()(Code) | | |
|
|