package anki.ankidroid

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AnkidroidService

ankidroid.proto:10

service BackendAnkidroidService

ankidroid.proto:25

Implicitly includes any of the above methods that are not listed in the backend service.

message DbResponse

ankidroid.proto:65

Used as response type in: AnkidroidService.GetNextResultPage, AnkidroidService.RunDbCommandProto

message DbResult

ankidroid.proto:61

Used in: DbResponse

message DebugActiveDatabaseSequenceNumbersResponse

ankidroid.proto:33

message Row

ankidroid.proto:57

Used in: DbResult

message SqlValue

ankidroid.proto:48

We expect in Java: Null, String, Short, Int, Long, Float, Double, Boolean, Blob (unused) We get: DbResult (Null, String, i64, f64, Vec<u8>), which matches SQLite documentation

Used in: Row