com.path.android.jobqueue.persistentQueue.sqlite
Class SqlHelper.Property

java.lang.Object
  extended by com.path.android.jobqueue.persistentQueue.sqlite.SqlHelper.Property
Enclosing class:
SqlHelper

public static class SqlHelper.Property
extends java.lang.Object


Field Summary
 int columnIndex
           
 
Constructor Summary
SqlHelper.Property(java.lang.String columnName, java.lang.String type, int columnIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnIndex

public final int columnIndex
Constructor Detail

SqlHelper.Property

public SqlHelper.Property(java.lang.String columnName,
                          java.lang.String type,
                          int columnIndex)