Uses of Interface
textmaven.dictionaries.ISQLStatementFactory

Packages that use ISQLStatementFactory
textmaven.configuration Configuration related classes. 
textmaven.dictionaries Dictionary related classes. 
 

Uses of ISQLStatementFactory in textmaven.configuration
 

Methods in textmaven.configuration that return ISQLStatementFactory
 ISQLStatementFactory ServerProxy.getStatementFactory(java.sql.Connection con, java.lang.String tableName)
           
 ISQLStatementFactory ServerProxy.getStatementFactory()
           
 

Uses of ISQLStatementFactory in textmaven.dictionaries
 

Classes in textmaven.dictionaries that implement ISQLStatementFactory
 class MySQLStatementFactory
          Creates and instantiates statements appropriate for the MySQL
 

Methods in textmaven.dictionaries that return ISQLStatementFactory
 ISQLStatementFactory Server.getStatementFactory(java.sql.Connection con, java.lang.String tableName)
           
 ISQLStatementFactory Server.getStatementFactory()
           
 ISQLStatementFactory IServer.getStatementFactory()
          Returns a StatementFactory instance for this particular server instance without initializing it.
 ISQLStatementFactory IServer.getStatementFactory(java.sql.Connection con, java.lang.String tableName)
          Returns a StatementFactory instance for this particular server instance.
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.