Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type SQLiteClosableClient struct + func NewSQLiteClosableClient(cc grpc.ClientConnInterface) *SQLiteClosableClient + func (c *SQLiteClosableClient) AcquireReference(ctx context.Context) error + func (c *SQLiteClosableClient) Close(ctx context.Context) error + func (c *SQLiteClosableClient) ReleaseReference(ctx context.Context) error + func (c *SQLiteClosableClient) ReleaseReferenceFromContainer(ctx context.Context) error + type SQLiteCursorClient struct + func NewSQLiteCursorClient(cc grpc.ClientConnInterface) *SQLiteCursorClient + func (c *SQLiteCursorClient) Close(ctx context.Context, handle int64) error + func (c *SQLiteCursorClient) Deactivate(ctx context.Context, handle int64) error + func (c *SQLiteCursorClient) GetColumnIndex(ctx context.Context, handle int64, arg0 string) (int32, error) + func (c *SQLiteCursorClient) GetColumnNames(ctx context.Context, handle int64) (int64, error) + func (c *SQLiteCursorClient) GetCount(ctx context.Context, handle int64) (int32, error) + func (c *SQLiteCursorClient) GetDatabase(ctx context.Context, handle int64) (int64, error) + func (c *SQLiteCursorClient) OnMove(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error) + func (c *SQLiteCursorClient) Requery(ctx context.Context, handle int64) (bool, error) + func (c *SQLiteCursorClient) SetFillWindowForwardOnly(ctx context.Context, handle int64, arg0 bool) error + func (c *SQLiteCursorClient) SetSelectionArguments(ctx context.Context, handle int64, arg0 int64) error + func (c *SQLiteCursorClient) SetWindow(ctx context.Context, handle int64, arg0 int64) error + type SQLiteCursorDriverClient struct + func NewSQLiteCursorDriverClient(cc grpc.ClientConnInterface) *SQLiteCursorDriverClient + func (c *SQLiteCursorDriverClient) CursorClosed(ctx context.Context) error + func (c *SQLiteCursorDriverClient) CursorDeactivated(ctx context.Context) error + func (c *SQLiteCursorDriverClient) CursorRequeried(ctx context.Context, arg0 int64) error + func (c *SQLiteCursorDriverClient) Query(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *SQLiteCursorDriverClient) SetBindArguments(ctx context.Context, arg0 int64) error + type SQLiteDatabaseClient struct + func NewSQLiteDatabaseClient(cc grpc.ClientConnInterface) *SQLiteDatabaseClient + func (c *SQLiteDatabaseClient) BeginTransaction(ctx context.Context) error + func (c *SQLiteDatabaseClient) BeginTransactionNonExclusive(ctx context.Context) error + func (c *SQLiteDatabaseClient) BeginTransactionReadOnly(ctx context.Context) error + func (c *SQLiteDatabaseClient) BeginTransactionWithListener(ctx context.Context, arg0 int64) error + func (c *SQLiteDatabaseClient) BeginTransactionWithListenerNonExclusive(ctx context.Context, arg0 int64) error + func (c *SQLiteDatabaseClient) BeginTransactionWithListenerReadOnly(ctx context.Context, arg0 int64) error + func (c *SQLiteDatabaseClient) CompileStatement(ctx context.Context, arg0 string) (int64, error) + func (c *SQLiteDatabaseClient) Create(ctx context.Context, arg0 int64) (int64, error) + func (c *SQLiteDatabaseClient) CreateInMemory(ctx context.Context, arg0 int64) (int64, error) + func (c *SQLiteDatabaseClient) CreateRawStatement(ctx context.Context, arg0 string) (int64, error) + func (c *SQLiteDatabaseClient) Delete(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int32, error) + func (c *SQLiteDatabaseClient) DeleteDatabase(ctx context.Context, arg0 int64) (bool, error) + func (c *SQLiteDatabaseClient) DisableWriteAheadLogging(ctx context.Context) error + func (c *SQLiteDatabaseClient) EnableWriteAheadLogging(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) EndTransaction(ctx context.Context) error + func (c *SQLiteDatabaseClient) ExecPerConnectionSQL(ctx context.Context, arg0 string, arg1 int64) error + func (c *SQLiteDatabaseClient) ExecSQL1(ctx context.Context, arg0 string) error + func (c *SQLiteDatabaseClient) ExecSQL2_1(ctx context.Context, arg0 string, arg1 int64) error + func (c *SQLiteDatabaseClient) FindEditTable(ctx context.Context, arg0 string) (string, error) + func (c *SQLiteDatabaseClient) GetLastChangedRowCount(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseClient) GetLastInsertRowId(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseClient) GetMaximumSize(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseClient) GetPageSize(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseClient) GetPath(ctx context.Context) (string, error) + func (c *SQLiteDatabaseClient) GetTotalChangedRowCount(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseClient) GetVersion(ctx context.Context) (int32, error) + func (c *SQLiteDatabaseClient) InTransaction(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) Insert(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error) + func (c *SQLiteDatabaseClient) InsertOrThrow(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error) + func (c *SQLiteDatabaseClient) InsertWithOnConflict(ctx context.Context, arg0 string, arg1 string, arg2 int64, arg3 int32) (int64, error) + func (c *SQLiteDatabaseClient) IsDatabaseIntegrityOk(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) IsDbLockedByCurrentThread(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) IsDbLockedByOtherThreads(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) IsOpen(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) IsReadOnly(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) IsWriteAheadLoggingEnabled(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) MarkTableSyncable2(ctx context.Context, arg0 string, arg1 string) error + func (c *SQLiteDatabaseClient) MarkTableSyncable3_1(ctx context.Context, arg0 string, arg1 string, arg2 string) error + func (c *SQLiteDatabaseClient) NeedUpgrade(ctx context.Context, arg0 int32) (bool, error) + func (c *SQLiteDatabaseClient) OpenDatabase2(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *SQLiteDatabaseClient) OpenDatabase3_1(ctx context.Context, arg0 string, arg1 int64, arg2 int32) (int64, error) + func (c *SQLiteDatabaseClient) OpenOrCreateDatabase2(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + func (c *SQLiteDatabaseClient) OpenOrCreateDatabase2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *SQLiteDatabaseClient) Query10_1(ctx context.Context, arg0 bool, arg1 string, arg2 int64, arg3 string, ...) (int64, error) + func (c *SQLiteDatabaseClient) Query7_2(ctx context.Context, arg0 string, arg1 int64, arg2 string, arg3 int64, ...) (int64, error) + func (c *SQLiteDatabaseClient) Query8_3(ctx context.Context, arg0 string, arg1 int64, arg2 string, arg3 int64, ...) (int64, error) + func (c *SQLiteDatabaseClient) Query9(ctx context.Context, arg0 bool, arg1 string, arg2 int64, arg3 string, ...) (int64, error) + func (c *SQLiteDatabaseClient) QueryWithFactory10(ctx context.Context, arg0 int64, arg1 bool, arg2 string, arg3 int64, ...) (int64, error) + func (c *SQLiteDatabaseClient) QueryWithFactory11_1(ctx context.Context, arg0 int64, arg1 bool, arg2 string, arg3 int64, ...) (int64, error) + func (c *SQLiteDatabaseClient) RawQuery2(ctx context.Context, arg0 string, arg1 int64) (int64, error) + func (c *SQLiteDatabaseClient) RawQuery3_1(ctx context.Context, arg0 string, arg1 int64, arg2 int64) (int64, error) + func (c *SQLiteDatabaseClient) RawQueryWithFactory4(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 string) (int64, error) + func (c *SQLiteDatabaseClient) RawQueryWithFactory5_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 string, ...) (int64, error) + func (c *SQLiteDatabaseClient) ReleaseMemory(ctx context.Context) (int32, error) + func (c *SQLiteDatabaseClient) Replace(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error) + func (c *SQLiteDatabaseClient) ReplaceOrThrow(ctx context.Context, arg0 string, arg1 string, arg2 int64) (int64, error) + func (c *SQLiteDatabaseClient) SetForeignKeyConstraintsEnabled(ctx context.Context, arg0 bool) error + func (c *SQLiteDatabaseClient) SetLocale(ctx context.Context, arg0 int64) error + func (c *SQLiteDatabaseClient) SetLockingEnabled(ctx context.Context, arg0 bool) error + func (c *SQLiteDatabaseClient) SetMaxSqlCacheSize(ctx context.Context, arg0 int32) error + func (c *SQLiteDatabaseClient) SetMaximumSize(ctx context.Context, arg0 int64) (int64, error) + func (c *SQLiteDatabaseClient) SetPageSize(ctx context.Context, arg0 int64) error + func (c *SQLiteDatabaseClient) SetTransactionSuccessful(ctx context.Context) error + func (c *SQLiteDatabaseClient) SetVersion(ctx context.Context, arg0 int32) error + func (c *SQLiteDatabaseClient) ToString(ctx context.Context) (string, error) + func (c *SQLiteDatabaseClient) Update(ctx context.Context, arg0 string, arg1 int64, arg2 string, arg3 int64) (int32, error) + func (c *SQLiteDatabaseClient) UpdateWithOnConflict(ctx context.Context, arg0 string, arg1 int64, arg2 string, arg3 int64, ...) (int32, error) + func (c *SQLiteDatabaseClient) ValidateSql(ctx context.Context, arg0 string, arg1 int64) error + func (c *SQLiteDatabaseClient) YieldIfContended(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) YieldIfContendedSafely0(ctx context.Context) (bool, error) + func (c *SQLiteDatabaseClient) YieldIfContendedSafely1_1(ctx context.Context, arg0 int64) (bool, error) + type SQLiteDatabaseCursorFactoryClient struct + func NewSQLiteDatabaseCursorFactoryClient(cc grpc.ClientConnInterface) *SQLiteDatabaseCursorFactoryClient + func (c *SQLiteDatabaseCursorFactoryClient) NewCursor(ctx context.Context, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error) + type SQLiteDatabaseOpenParamsClient struct + func NewSQLiteDatabaseOpenParamsClient(cc grpc.ClientConnInterface) *SQLiteDatabaseOpenParamsClient + func (c *SQLiteDatabaseOpenParamsClient) GetCursorFactory(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseOpenParamsClient) GetErrorHandler(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseOpenParamsClient) GetIdleConnectionTimeout(ctx context.Context) (int64, error) + func (c *SQLiteDatabaseOpenParamsClient) GetJournalMode(ctx context.Context) (string, error) + func (c *SQLiteDatabaseOpenParamsClient) GetLookasideSlotCount(ctx context.Context) (int32, error) + func (c *SQLiteDatabaseOpenParamsClient) GetLookasideSlotSize(ctx context.Context) (int32, error) + func (c *SQLiteDatabaseOpenParamsClient) GetOpenFlags(ctx context.Context) (int32, error) + func (c *SQLiteDatabaseOpenParamsClient) GetSynchronousMode(ctx context.Context) (string, error) + type SQLiteOpenHelperClient struct + func NewSQLiteOpenHelperClient(cc grpc.ClientConnInterface) *SQLiteOpenHelperClient + func (c *SQLiteOpenHelperClient) GetDatabaseName(ctx context.Context) (string, error) + func (c *SQLiteOpenHelperClient) GetReadableDatabase(ctx context.Context) (int64, error) + func (c *SQLiteOpenHelperClient) GetWritableDatabase(ctx context.Context) (int64, error) + func (c *SQLiteOpenHelperClient) OnConfigure(ctx context.Context, arg0 int64) error + func (c *SQLiteOpenHelperClient) OnCreate(ctx context.Context, arg0 int64) error + func (c *SQLiteOpenHelperClient) OnDowngrade(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *SQLiteOpenHelperClient) OnOpen(ctx context.Context, arg0 int64) error + func (c *SQLiteOpenHelperClient) OnUpgrade(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + func (c *SQLiteOpenHelperClient) SetIdleConnectionTimeout(ctx context.Context, arg0 int64) error + func (c *SQLiteOpenHelperClient) SetLookasideConfig(ctx context.Context, arg0 int32, arg1 int32) error + func (c *SQLiteOpenHelperClient) SetOpenParams(ctx context.Context, arg0 int64) error + func (c *SQLiteOpenHelperClient) SetWriteAheadLoggingEnabled(ctx context.Context, arg0 bool) error + type SQLiteProgramClient struct + func NewSQLiteProgramClient(cc grpc.ClientConnInterface) *SQLiteProgramClient + func (c *SQLiteProgramClient) BindAllArgsAsStrings(ctx context.Context, arg0 int64) error + func (c *SQLiteProgramClient) BindBlob(ctx context.Context, arg0 int32, arg1 int64) error + func (c *SQLiteProgramClient) BindDouble(ctx context.Context, arg0 int32, arg1 float64) error + func (c *SQLiteProgramClient) BindLong(ctx context.Context, arg0 int32, arg1 int64) error + func (c *SQLiteProgramClient) BindNull(ctx context.Context, arg0 int32) error + func (c *SQLiteProgramClient) BindString(ctx context.Context, arg0 int32, arg1 string) error + func (c *SQLiteProgramClient) ClearBindings(ctx context.Context) error + func (c *SQLiteProgramClient) GetUniqueId(ctx context.Context) (int32, error) + type SQLiteQueryBuilderClient struct + func NewSQLiteQueryBuilderClient(cc grpc.ClientConnInterface) *SQLiteQueryBuilderClient + func (c *SQLiteQueryBuilderClient) AppendColumns(ctx context.Context, handle int64, arg0 int64, arg1 int64) error + func (c *SQLiteQueryBuilderClient) AppendWhere(ctx context.Context, handle int64, arg0 string) error + func (c *SQLiteQueryBuilderClient) AppendWhereEscapeString(ctx context.Context, handle int64, arg0 string) error + func (c *SQLiteQueryBuilderClient) AppendWhereStandalone(ctx context.Context, handle int64, arg0 string) error + func (c *SQLiteQueryBuilderClient) BuildQuery6(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string, ...) (string, error) + func (c *SQLiteQueryBuilderClient) BuildQuery7_1(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64, ...) (string, error) + func (c *SQLiteQueryBuilderClient) BuildQueryString(ctx context.Context, handle int64, arg0 bool, arg1 string, arg2 int64, ...) (string, error) + func (c *SQLiteQueryBuilderClient) BuildUnionQuery(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (string, error) + func (c *SQLiteQueryBuilderClient) Delete(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int64) (int32, error) + func (c *SQLiteQueryBuilderClient) GetCursorFactory(ctx context.Context, handle int64) (int64, error) + func (c *SQLiteQueryBuilderClient) GetProjectionGreylist(ctx context.Context, handle int64) (int64, error) + func (c *SQLiteQueryBuilderClient) GetTables(ctx context.Context, handle int64) (string, error) + func (c *SQLiteQueryBuilderClient) Insert(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *SQLiteQueryBuilderClient) IsDistinct(ctx context.Context, handle int64) (bool, error) + func (c *SQLiteQueryBuilderClient) IsStrict(ctx context.Context, handle int64) (bool, error) + func (c *SQLiteQueryBuilderClient) IsStrictColumns(ctx context.Context, handle int64) (bool, error) + func (c *SQLiteQueryBuilderClient) IsStrictGrammar(ctx context.Context, handle int64) (bool, error) + func (c *SQLiteQueryBuilderClient) Query7(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error) + func (c *SQLiteQueryBuilderClient) Query8_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error) + func (c *SQLiteQueryBuilderClient) Query9_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error) + func (c *SQLiteQueryBuilderClient) SetCursorFactory(ctx context.Context, handle int64, arg0 int64) error + func (c *SQLiteQueryBuilderClient) SetDistinct(ctx context.Context, handle int64, arg0 bool) error + func (c *SQLiteQueryBuilderClient) SetStrict(ctx context.Context, handle int64, arg0 bool) error + func (c *SQLiteQueryBuilderClient) SetStrictColumns(ctx context.Context, handle int64, arg0 bool) error + func (c *SQLiteQueryBuilderClient) SetStrictGrammar(ctx context.Context, handle int64, arg0 bool) error + func (c *SQLiteQueryBuilderClient) SetTables(ctx context.Context, handle int64, arg0 string) error + func (c *SQLiteQueryBuilderClient) Update(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int32, error) + type SQLiteQueryClient struct + func NewSQLiteQueryClient(cc grpc.ClientConnInterface) *SQLiteQueryClient + func (c *SQLiteQueryClient) ToString(ctx context.Context) (string, error) + type SQLiteRawStatementClient struct + func NewSQLiteRawStatementClient(cc grpc.ClientConnInterface) *SQLiteRawStatementClient + func (c *SQLiteRawStatementClient) BindBlob2(ctx context.Context, arg0 int32, arg1 int64) error + func (c *SQLiteRawStatementClient) BindBlob4_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32, arg3 int32) error + func (c *SQLiteRawStatementClient) BindDouble(ctx context.Context, arg0 int32, arg1 float64) error + func (c *SQLiteRawStatementClient) BindInt(ctx context.Context, arg0 int32, arg1 int32) error + func (c *SQLiteRawStatementClient) BindLong(ctx context.Context, arg0 int32, arg1 int64) error + func (c *SQLiteRawStatementClient) BindNull(ctx context.Context, arg0 int32) error + func (c *SQLiteRawStatementClient) BindText(ctx context.Context, arg0 int32, arg1 string) error + func (c *SQLiteRawStatementClient) ClearBindings(ctx context.Context) error + func (c *SQLiteRawStatementClient) Close(ctx context.Context) error + func (c *SQLiteRawStatementClient) GetColumnBlob(ctx context.Context, arg0 int32) (int64, error) + func (c *SQLiteRawStatementClient) GetColumnDouble(ctx context.Context, arg0 int32) (float64, error) + func (c *SQLiteRawStatementClient) GetColumnInt(ctx context.Context, arg0 int32) (int32, error) + func (c *SQLiteRawStatementClient) GetColumnLength(ctx context.Context, arg0 int32) (int32, error) + func (c *SQLiteRawStatementClient) GetColumnLong(ctx context.Context, arg0 int32) (int64, error) + func (c *SQLiteRawStatementClient) GetColumnName(ctx context.Context, arg0 int32) (string, error) + func (c *SQLiteRawStatementClient) GetColumnText(ctx context.Context, arg0 int32) (string, error) + func (c *SQLiteRawStatementClient) GetColumnType(ctx context.Context, arg0 int32) (int32, error) + func (c *SQLiteRawStatementClient) GetParameterCount(ctx context.Context) (int32, error) + func (c *SQLiteRawStatementClient) GetParameterIndex(ctx context.Context, arg0 string) (int32, error) + func (c *SQLiteRawStatementClient) GetParameterName(ctx context.Context, arg0 int32) (string, error) + func (c *SQLiteRawStatementClient) GetResultColumnCount(ctx context.Context) (int32, error) + func (c *SQLiteRawStatementClient) IsOpen(ctx context.Context) (bool, error) + func (c *SQLiteRawStatementClient) ReadColumnBlob(ctx context.Context, arg0 int32, arg1 int64, arg2 int32, arg3 int32, ...) (int32, error) + func (c *SQLiteRawStatementClient) Reset(ctx context.Context) error + func (c *SQLiteRawStatementClient) Step(ctx context.Context) (bool, error) + func (c *SQLiteRawStatementClient) ToString(ctx context.Context) (string, error) + type SQLiteStatementClient struct + func NewSQLiteStatementClient(cc grpc.ClientConnInterface) *SQLiteStatementClient + func (c *SQLiteStatementClient) Execute(ctx context.Context) error + func (c *SQLiteStatementClient) ExecuteInsert(ctx context.Context) (int64, error) + func (c *SQLiteStatementClient) ExecuteUpdateDelete(ctx context.Context) (int32, error) + func (c *SQLiteStatementClient) SimpleQueryForBlobFileDescriptor(ctx context.Context) (int64, error) + func (c *SQLiteStatementClient) SimpleQueryForLong(ctx context.Context) (int64, error) + func (c *SQLiteStatementClient) SimpleQueryForString(ctx context.Context) (string, error) + func (c *SQLiteStatementClient) ToString(ctx context.Context) (string, error) + type SQLiteTransactionListenerClient struct + func NewSQLiteTransactionListenerClient(cc grpc.ClientConnInterface) *SQLiteTransactionListenerClient + func (c *SQLiteTransactionListenerClient) OnBegin(ctx context.Context) error + func (c *SQLiteTransactionListenerClient) OnCommit(ctx context.Context) error + func (c *SQLiteTransactionListenerClient) OnRollback(ctx context.Context) error