| java.lang.Object com.hp.hpl.jena.db.impl.DBBlob
DBBlob | abstract public class DBBlob implements IDBBlob(Code) | | author: hkuno author: To change the template for this generated type comment go to author: Window>Preferences>Java>Code Generation>Code and Comments |
m_dbtype | protected String m_dbtype(Code) | | the target database type
|
getDBBlob | public static IDBBlob getDBBlob(Object ablob, String dbType)(Code) | | TODO is this obsolete? It doesn't look useful and it's never called.
Creates and returns instance of appropriate subclass of DBBlob.
Parameters: ablob - Parameters: dbType - null ? |
|
|