All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sqlcipher.database.SQLiteProgram Maven / Gradle / Ivy

package net.sqlcipher.database;

import androidx.sqlite.db.SupportSQLiteProgram;

public class SQLiteProgram implements SupportSQLiteProgram {

	public void bindNull(int index) {
		// TODO Auto-generated method stub
		
	}

	public void bindLong(int index, long value) {
		// TODO Auto-generated method stub
		
	}

	public void bindDouble(int index, double value) {
		// TODO Auto-generated method stub
		
	}

	public void bindString(int index, String value) {
		// TODO Auto-generated method stub
		
	}

	public void bindBlob(int index, byte[] value) {
		// TODO Auto-generated method stub
		
	}

	public void clearBindings() {
		// TODO Auto-generated method stub
		
	}

	public void close() {
		// TODO Auto-generated method stub
		
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy