Uses of Class
com.mckoi.database.DatabaseSystem
Packages that use DatabaseSystem
-
Uses of DatabaseSystem in com.mckoi.database
Methods in com.mckoi.database that return DatabaseSystemModifier and TypeMethodDescriptionfinal DatabaseSystem
Database.getSystem()
Returns the DatabaseSystem that this Database is from.DatabaseConnection.getSystem()
Returns the DatabaseSystem object for this connection.Constructors in com.mckoi.database with parameters of type DatabaseSystemModifierConstructorDescriptionDatabase
(DatabaseSystem system, String name) The Constructor.StatementCache
(DatabaseSystem system, int hash_size, int max_size, int clean_percentage) Constructs the cache.