gov.nih.nci.cagrid.gts.service.db.mysql
Class MySQLAuthorityTable

java.lang.Object
  extended by gov.nih.nci.cagrid.gts.service.db.AuthorityTable
      extended by gov.nih.nci.cagrid.gts.service.db.mysql.MySQLAuthorityTable

public class MySQLAuthorityTable
extends AuthorityTable

Version:
$Id: ArgumentManagerTable.java,v 1.2 2004/10/15 16:35:16 langella Exp $
Author:
Stephen Langella , Scott Oster , Shannon Hastings

Field Summary
 
Fields inherited from class gov.nih.nci.cagrid.gts.service.db.AuthorityTable
GTS_IDENTITY, GTS_URI, PERFORM_AUTH, PRIORITY, SYNC_TRUST_LEVELS, TABLE_NAME, TTL_HOURS, TTL_MINUTES, TTL_SECONDS
 
Constructor Summary
MySQLAuthorityTable()
           
 
Method Summary
 java.lang.String getCreateTableSQL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLAuthorityTable

public MySQLAuthorityTable()
Method Detail

getCreateTableSQL

public java.lang.String getCreateTableSQL()
Specified by:
getCreateTableSQL in class AuthorityTable