Uses of Class
textmaven.dictionaries.Translation

Packages that use Translation
textmaven.dictionaries Dictionary related classes. 
 

Uses of Translation in textmaven.dictionaries
 

Methods in textmaven.dictionaries with parameters of type Translation
 void XMLDictionary.write(Translation t)
           
 java.lang.String MySQLStatementFactory.getTranslationStmt(Translation t)
           
 java.sql.PreparedStatement MySQLStatementFactory.getInsertStmt(Translation t)
           
 java.sql.PreparedStatement MySQLStatementFactory.getUpdateStmt(Translation t)
           
 java.sql.PreparedStatement MySQLStatementFactory.getLastIDStmt(Translation t)
           
 void LuceneDictionary.write(Translation t)
           
 java.lang.String ISQLStatementFactory.getTranslationStmt(Translation t)
          Returns an executable SQL statement as string which upon execution returns all database records matching the non-null fields of the given Translation instance.
 java.sql.PreparedStatement ISQLStatementFactory.getInsertStmt(Translation t)
          Returns an executable prepared INSERT statement to insert the given translation.
 java.sql.PreparedStatement ISQLStatementFactory.getUpdateStmt(Translation t)
          Returns an executable prepared UPDATE statement to update the given translation.
 java.sql.PreparedStatement ISQLStatementFactory.getLastIDStmt(Translation t)
          Returns the unique id (field nr) of the record which was last inserted.
 void IDictionaryWriter.write(Translation t)
           
 void DBDictionary.write(Translation t)
          Writes translation to database.
 void CSVDictionary.write(Translation t)
           
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.