MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getBlob

Method getBlob

CodenameOne/src/com/codename1/db/Row.java:77–77  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

75 /// - `IOException`
76 // PMD Fix (UnnecessaryModifier): Remove redundant public modifiers from interface methods.
77 byte[] getBlob(int index) throws IOException;
78
79 /// Gets column value by index.
80 ///

Callers 11

runMethod · 0.65
invoke3Method · 0.65
invoke4Method · 0.65
gFunction · 0.65
samplerate.min.jsFile · 0.65
vcFunction · 0.65
MRecordRTCFunction · 0.65
RecordRTCPromisesHandlerFunction · 0.65
loadContactPhotoMethod · 0.65
getBlobMethod · 0.65

Implementers 8

RowImplPorts/JavaScriptPort/src/main/java/com
BBRowPorts/BlackBerryOS_5/src/com/codename1
TestRowmaven/core-unittests/src/test/java/com
RowWrapperCodenameOne/src/com/codename1/db/Threa
AndroidCursorPorts/Android/src/com/codename1/impl/a
WinDBRawCursorPorts/UWP/VSProjectTemplate/UWPApp/src
SECursorPorts/JavaSE/src/com/codename1/impl/ja
CursorImplPorts/iOSPort/src/com/codename1/impl/i

Calls

no outgoing calls

Tested by

no test coverage detected