Uses of Class
org.openrdf.sail.nativerdf.model.NativeLiteral

Packages that use NativeLiteral
org.openrdf.sail.nativerdf Native RDF storage backend. 
 

Uses of NativeLiteral in org.openrdf.sail.nativerdf
 

Methods in org.openrdf.sail.nativerdf that return NativeLiteral
 NativeLiteral ValueStore.createLiteral(String value)
           
 NativeLiteral ValueStore.createLiteral(String value, String language)
           
 NativeLiteral ValueStore.createLiteral(String value, URI datatype)
           
 NativeLiteral ValueStore.getNativeLiteral(Literal l)
          Creates an NativeLiteral that is equal to the supplied literal.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.