Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    public static java.lang.String stringForQuery(android.database.sqlite.SQLiteDatabase db, java.lang.String query,
            java.lang.String[] selectionArgs) {
        throw new RuntimeException("Stub!");
    }

    public static java.lang.String stringForQuery(android.database.sqlite.SQLiteStatement prog,
            java.lang.String[] selectionArgs) {
        throw new RuntimeException("Stub!");
    }
}