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.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 String
Writer. createTable(SQLIntf sql)
Creates the table.String
Writer. 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 class
TableManager<T extends SQLIntf>
Manages the database URL/table relations.Classes in adams.db that implement SQLIntf Modifier and Type Class Description class
AbstractIndexedTable
Class to implement the features of a database table.class
AbstractTable
Ancestor for all table classes.class
BulkInsertTable
Table that can do bulk inserts.class
ReportTableByDBID<R extends Report,F extends AbstractField>
Abstract ancestor for classes that provide access to reports stored in tables.class
ReportTableByID<R extends Report & IDHandler,F extends AbstractField>
Abstract ancestor for classes that provide access to reports stored in tables.class
SQLF
Facade for generic SQL.Fields in adams.db declared as SQLIntf Modifier and Type Field Description protected SQLIntf
SQLF. m_DB
the backend.Methods in adams.db that return SQLIntf Modifier and Type Method Description SQLIntf
DbBackend. 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 SQLIntf
DbBackend. 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 class
LogT
Table for storing log messages.class
SQL
Basic SQL support. -
Uses of SQLIntf in adams.db.h2
Classes in adams.db.h2 that implement SQLIntf Modifier and Type Class Description class
LogT
H2 implementation.Methods in adams.db.h2 that return SQLIntf Modifier and Type Method Description SQLIntf
DbBackend. 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 class
SQL
Allows mirroring to another database.Fields in adams.db.mirrored declared as SQLIntf Modifier and Type Field Description protected SQLIntf
SQL. m_DB
the non-mirrored backend.Methods in adams.db.mirrored that return SQLIntf Modifier and Type Method Description SQLIntf
DbBackend. 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 SQL
SQL. 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.mysql
Classes in adams.db.mysql that implement SQLIntf Modifier and Type Class Description class
LogT
MySQL implementation.Methods in adams.db.mysql that return SQLIntf Modifier and Type Method Description SQLIntf
DbBackend. 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 class
LogT
PostgreSQL implementation.Methods in adams.db.postgresql that return SQLIntf Modifier and Type Method Description SQLIntf
DbBackend. 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 class
LogT
SQLite implementation.Methods in adams.db.sqlite that return SQLIntf Modifier and Type Method Description SQLIntf
DbBackend. getSQL(AbstractDatabaseConnection conn)
Returns the generic SQL handler.
-