vishnu.persistence
Class RawTableFactory

java.lang.Object
  extended by vishnu.persistence.RawTableFactory

public class RawTableFactory
extends java.lang.Object

Author:
Mariano Tepper
 

Constructor Summary
RawTableFactory()
           
 
Method Summary
static RawTable getOrderedRawTable(java.lang.String fullTableName, TableSignature ts, java.lang.String orderColumn)
           
static RawTable getRawTable(java.lang.String fullTableName, TableSignature ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawTableFactory

public RawTableFactory()
Method Detail

getRawTable

public static RawTable getRawTable(java.lang.String fullTableName,
                                   TableSignature ts)

getOrderedRawTable

public static RawTable getOrderedRawTable(java.lang.String fullTableName,
                                          TableSignature ts,
                                          java.lang.String orderColumn)