Uses of Interface
com.orientechnologies.orient.core.record.impl.OBlob
Packages that use OBlob
Package
Description
-
Uses of OBlob in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return OBlob -
Uses of OBlob in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return OBlob -
Uses of OBlob in com.orientechnologies.orient.core.record.impl
Classes in com.orientechnologies.orient.core.record.impl that implement OBlob -
Uses of OBlob in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return OBlobMethods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return types with arguments of type OBlob -
Uses of OBlob in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor that return OBlobModifier and TypeMethodDescriptionOResult.getBlobProperty(String name) returns an OBlob property from the resultOResultInternal.getBlobProperty(String name) Methods in com.orientechnologies.orient.core.sql.executor that return types with arguments of type OBlob -
Uses of OBlob in com.orientechnologies.orient.jdbc
Constructors in com.orientechnologies.orient.jdbc with parameters of type OBlobConstructor parameters in com.orientechnologies.orient.jdbc with type arguments of type OBlob -
Uses of OBlob in com.orientechnologies.orient.server.network.protocol.http.command.get
Methods in com.orientechnologies.orient.server.network.protocol.http.command.get with parameters of type OBlobModifier and TypeMethodDescriptionprotected voidOServerCommandGetFileDownload.sendORecordBinaryFileContent(OHttpRequest iRequest, OHttpResponse iResponse, int iCode, String iReason, String iContentType, OBlob record, String iFileName)