Uses of Class
adams.db.mirrored.SQL
-
Packages that use SQL Package Description adams.db.mirrored -
-
Uses of SQL in adams.db.mirrored
Fields in adams.db.mirrored with type parameters of type SQL Modifier and Type Field Description protected static WrapperManager<SQL>
SQL. m_TableManager
the table manager.Methods in adams.db.mirrored that return SQL Modifier and Type Method Description static SQL
SQL. getSingleton(AbstractDatabaseConnection dbcon, SQLIntf mirror)
Returns the singleton of the table.
-