mappingmicroarrayprobestotheratgenomeviaapersistentindex
Class DatabaseQueries

java.lang.Object
  extended by mappingmicroarrayprobestotheratgenomeviaapersistentindex.DatabaseQueries

public class DatabaseQueries
extends java.lang.Object

This class creates database queries required by the program


Constructor Summary
DatabaseQueries()
           
 
Method Summary
static java.lang.String createTablespace(java.lang.String query, java.lang.String genome, java.lang.String number)
          Returns create tablespace query with the provided parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseQueries

public DatabaseQueries()
Method Detail

createTablespace

public static java.lang.String createTablespace(java.lang.String query,
                                                java.lang.String genome,
                                                java.lang.String number)
Returns create tablespace query with the provided parameters

Parameters:
query - the parameterised query to create tablespaces
genome - the genome currently being used - can be Rat, Mouse or Human
number - the tablespace number
Returns:
the create tablespace query