-
- All Implemented Interfaces:
-
androidx.sqlite.db.SupportSQLiteProgram,java.io.Closeable,java.lang.AutoCloseable
public class SqliteOrgSQLiteProgram implements SupportSQLiteProgram
-
-
Constructor Summary
Constructors Constructor Description SqliteOrgSQLiteProgram(SQLiteProgram delegate)
-
Method Summary
-
-
Method Detail
-
bindDouble
Unit bindDouble(Integer index, Double value)
-
bindString
Unit bindString(Integer index, String value)
-
clearBindings
Unit clearBindings()
-
-
-
-