Uses of Interface
adams.db.SQLIntf
-
Packages that use SQLIntf Package Description adams.data.spreadsheet.sql adams.db adams.db.autodetect adams.db.generic adams.db.h2 adams.db.mirrored adams.db.mssql adams.db.mysql adams.db.postgresql adams.db.sqlite -
-
Uses of SQLIntf in adams.data.spreadsheet.sql
Methods in adams.data.spreadsheet.sql with parameters of type SQLIntf Modifier and Type Method Description StringWriter. createTable(SQLIntf sql)Creates the table.StringWriter. writeData(SQLIntf sql)Writes the data to the table. -
Uses of SQLIntf in adams.db
Classes in adams.db with type parameters of type SQLIntf Modifier and Type Class Description classTableManager<T extends SQLIntf>Manages the database URL/table relations.Classes in adams.db that implement SQLIntf Modifier and Type Class Description classAbstractIndexedTableClass to implement the features of a database table.classAbstractTableAncestor for all table classes.classBulkInsertTableTable that can do bulk inserts.classReportTableByDBID<R extends Report,F extends AbstractField>Abstract ancestor for classes that provide access to reports stored in tables.classReportTableByID<R extends Report & IDHandler,F extends AbstractField>Abstract ancestor for classes that provide access to reports stored in tables.classSQLFFacade for generic SQL.Fields in adams.db declared as SQLIntf Modifier and Type Field Description protected SQLIntfSQLF. m_DBthe backend.Methods in adams.db that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the generic SQL handler. -
Uses of SQLIntf in adams.db.autodetect
Methods in adams.db.autodetect that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the generic SQL handler. -
Uses of SQLIntf in adams.db.generic
Classes in adams.db.generic that implement SQLIntf Modifier and Type Class Description classLogTTable for storing log messages.classSQLBasic SQL support. -
Uses of SQLIntf in adams.db.h2
Classes in adams.db.h2 that implement SQLIntf Modifier and Type Class Description classLogTH2 implementation.Methods in adams.db.h2 that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the generic SQL handler. -
Uses of SQLIntf in adams.db.mirrored
Classes in adams.db.mirrored that implement SQLIntf Modifier and Type Class Description classSQLAllows mirroring to another database.Fields in adams.db.mirrored declared as SQLIntf Modifier and Type Field Description protected SQLIntfSQL. m_DBthe non-mirrored backend.Methods in adams.db.mirrored that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the handler for the spectrum table.Methods in adams.db.mirrored with parameters of type SQLIntf Modifier and Type Method Description static SQLSQL. getSingleton(AbstractDatabaseConnection dbcon, SQLIntf mirror)Returns the singleton of the table.Constructors in adams.db.mirrored with parameters of type SQLIntf Constructor Description SQL(AbstractDatabaseConnection dbcon, SQLIntf wrapped)Initializes the mirroring. -
Uses of SQLIntf in adams.db.mssql
Classes in adams.db.mssql that implement SQLIntf Modifier and Type Class Description classLogTMSSQL implementation.Methods in adams.db.mssql that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the generic SQL handler. -
Uses of SQLIntf in adams.db.mysql
Classes in adams.db.mysql that implement SQLIntf Modifier and Type Class Description classLogTMySQL implementation.Methods in adams.db.mysql that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the generic SQL handler. -
Uses of SQLIntf in adams.db.postgresql
Classes in adams.db.postgresql that implement SQLIntf Modifier and Type Class Description classLogTPostgreSQL implementation.Methods in adams.db.postgresql that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the generic SQL handler. -
Uses of SQLIntf in adams.db.sqlite
Classes in adams.db.sqlite that implement SQLIntf Modifier and Type Class Description classLogTSQLite implementation.Methods in adams.db.sqlite that return SQLIntf Modifier and Type Method Description SQLIntfDbBackend. getSQL(AbstractDatabaseConnection conn)Returns the generic SQL handler.
-