public static class PreparedExecuteSQL.Builder
extends java.lang.Object
PreparedExecuteSQL.| Constructor and Description |
|---|
Builder(StorIOSQLite storIOSQLite) |
| Modifier and Type | Method and Description |
|---|---|
PreparedExecuteSQL.CompleteBuilder |
withQuery(RawQuery rawQuery)
Required: Specifies query for ExecSql Operation.
|
public Builder(@NonNull
StorIOSQLite storIOSQLite)
@NonNull public PreparedExecuteSQL.CompleteBuilder withQuery(@NonNull RawQuery rawQuery)
rawQuery - any SQL query that you want to execute, but please, be careful with it.
Don't forget that you can set affected tables to the RawQuery,
so ExecSQL operation will send notification about changes in that tables.