-
- All Implemented Interfaces:
-
androidx.sqlite.db.SupportSQLiteProgram,androidx.sqlite.db.SupportSQLiteStatement,java.io.Closeable,java.lang.AutoCloseable
public final class SqliteOrgSQLiteStatement extends SqliteOrgSQLiteProgram implements SupportSQLiteStatement
-
-
Constructor Summary
Constructors Constructor Description SqliteOrgSQLiteStatement(SQLiteStatement statementDelegate)
-
Method Summary
Modifier and Type Method Description Unitexecute()LongexecuteInsert()IntegerexecuteUpdateDelete()LongsimpleQueryForLong()StringsimpleQueryForString()-
Methods inherited from class org.dbtools.android.room.sqliteorg.SqliteOrgSQLiteStatement
bindBlob, bindDouble, bindLong, bindNull, bindString, clearBindings, close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
executeInsert
Long executeInsert()
-
executeUpdateDelete
Integer executeUpdateDelete()
-
simpleQueryForLong
Long simpleQueryForLong()
-
simpleQueryForString
String simpleQueryForString()
-
-
-
-