|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.shared.impl.PrefixMappingImpl
com.hp.hpl.jena.sdb.graph.PrefixMappingSDB
public class PrefixMappingSDB
A prefix mapping that is backed by a database table
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.hp.hpl.jena.shared.PrefixMapping |
|---|
com.hp.hpl.jena.shared.PrefixMapping.Factory, com.hp.hpl.jena.shared.PrefixMapping.IllegalPrefixException, com.hp.hpl.jena.shared.PrefixMapping.JenaLockedException |
| Field Summary | |
|---|---|
static int |
prefixColWidth
|
static String |
prefixTableName
|
static int |
uriColWidth
|
| Fields inherited from interface com.hp.hpl.jena.shared.PrefixMapping |
|---|
Extended, Standard |
| Constructor Summary | |
|---|---|
PrefixMappingSDB(String graphURI,
SDBConnection sdb)
|
|
| Method Summary | |
|---|---|
com.hp.hpl.jena.shared.PrefixMapping |
removeNsPrefix(String prefix)
|
| Methods inherited from class com.hp.hpl.jena.shared.impl.PrefixMappingImpl |
|---|
expandPrefix, getNsPrefixMap, getNsPrefixURI, getNsURIPrefix, isNiceURI, lock, qnameFor, samePrefixMappingAs, setNsPrefix, setNsPrefixes, setNsPrefixes, shortForm, toString, withDefaultMappings |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String prefixTableName
public static final int prefixColWidth
public static final int uriColWidth
| Constructor Detail |
|---|
public PrefixMappingSDB(String graphURI,
SDBConnection sdb)
| Method Detail |
|---|
public com.hp.hpl.jena.shared.PrefixMapping removeNsPrefix(String prefix)
removeNsPrefix in interface com.hp.hpl.jena.shared.PrefixMappingremoveNsPrefix in class com.hp.hpl.jena.shared.impl.PrefixMappingImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||