Searched refs:nativeColumnBuffer (Results 1 – 1 of 1) sorted by relevance
675 return nativeColumnBuffer(mStatement, columnIndex, buffer, offset, length, srcOffset); in readColumnBlob()846 private static native int nativeColumnBuffer(long stmt, int col, in nativeColumnBuffer() method in SQLiteRawStatement