Uses of Package
javatools.database

Packages that use javatools.database
javatools.administrative   
javatools.database   
javatools.datatypes   
 

Classes in javatools.database used by javatools.administrative
Database
          This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
 

Classes in javatools.database used by javatools.database
Database
          This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
Database.InitTransactionSQLException
           
Database.Inserter
          Represents a bulk loader
Database.TransactionSQLException
           
DBWordNet.Table
          One enum per SQL table
MySQLDatabase.ANSIvarcharBin
          a VARCHAR BINARY type, making sure we are case-sensitive in varchar fields (currently we assume case-sensitive collation is used by default, however, the method 'enforceCaseSensitivity' can replace the normal VARCHAR representation by this one, so if the database collation is not case-sensitive case-sensitive applications can use this sqltype on demand)
MySQLDatabase.Blob
          BLOB/TEXT type for MySQL
MySQLDatabase.MysqlVarchar
          VARCHAR type for MySQL
OracleDatabase.Bigint
           
OracleDatabase.Bool
           
OracleDatabase.Varchar
           
PostgresDatabase.Postgretext
           
PostgresDatabase.PostgreVarchar
           
ResultIterator
          This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
ResultIterator.ResultWrapper
          Wraps the current row in a ResultSet into a T
SQLType
          This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
SQLType.ANSIBigint
           
SQLType.ANSIblob
           
SQLType.ANSIboolean
           
SQLType.ANSIchar
           
SQLType.ANSIfloat
           
SQLType.ANSIinteger
           
SQLType.ANSIsmallint
           
SQLType.ANSItext
           
SQLType.ANSItimestamp
           
SQLType.ANSIvarchar
           
WordNet.Synset
          Represents a WordNet synset
WordNet.WordType
          Types of words in Wordnet
 

Classes in javatools.database used by javatools.datatypes
Database
          This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).