Spring for Android

org.springframework.social.connect.sqlite.support
Class SQLiteConnectionRepositoryHelper

java.lang.Object
  extended by android.database.sqlite.SQLiteOpenHelper
      extended by org.springframework.social.connect.sqlite.support.SQLiteConnectionRepositoryHelper

public final class SQLiteConnectionRepositoryHelper
extends android.database.sqlite.SQLiteOpenHelper


Constructor Summary
SQLiteConnectionRepositoryHelper(android.content.Context context)
           
 
Method Summary
 void onCreate(android.database.sqlite.SQLiteDatabase db)
           
 void onUpgrade(android.database.sqlite.SQLiteDatabase db, int oldVersion, int newVersion)
           
 
Methods inherited from class android.database.sqlite.SQLiteOpenHelper
close, getDatabaseName, getReadableDatabase, getWritableDatabase, onConfigure, onDowngrade, onOpen, setWriteAheadLoggingEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLiteConnectionRepositoryHelper

public SQLiteConnectionRepositoryHelper(android.content.Context context)
Method Detail

onCreate

public void onCreate(android.database.sqlite.SQLiteDatabase db)
Specified by:
onCreate in class android.database.sqlite.SQLiteOpenHelper

onUpgrade

public void onUpgrade(android.database.sqlite.SQLiteDatabase db,
                      int oldVersion,
                      int newVersion)
Specified by:
onUpgrade in class android.database.sqlite.SQLiteOpenHelper

Spring for Android