de.greenrobot.dao
Class TableStatements

java.lang.Object
  extended by de.greenrobot.dao.TableStatements

public class TableStatements
extends java.lang.Object

Helper class to create SQL statements for specific tables (used by greenDAO internally).


Method Summary
 java.lang.String getSelectByRowId()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelectByRowId

public java.lang.String getSelectByRowId()


Copyright © 2011-2012 greenrobot.de. All Rights Reserved.