Package com.mockturtlesolutions.snifflib.reposconfig.database

Examples of com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery


  }
 
 
  public RepositoryStorageNameQuery getStorageNameQuery()
  {
    RepositoryStorageNameQuery OUT = null;
   
    OUT = new BufferNameSQLQuery(this);
   
    return(OUT);
  }
View Full Code Here


 
  //This is the only type of RepositoryStorageQuery access method we specifically designate.
  public RepositoryStorageNameQuery getStorageNameQuery()
  {
    RepositoryStorageNameQuery OUT = null;
   
   
    OUT = new BufferNameXMLQuery(this);
   
       
View Full Code Here

TOP

Related Classes of com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.