Uses of Class
io.narayana.db.DB
-
Uses of DB in io.narayana.db
Methods in io.narayana.db that return DBModifier and TypeMethodDescriptionabstract DBAllocator.allocateDB()abstract DBAllocator.allocateDB(int expiryMinutes) CIPostgreAllocator.allocateDB(int expiryMinutes) DBAllocator.allocateDB()DBAllocator.allocateDB(int expiryMinutes) ExternalDBAllocator.allocateDB(int expiryMinutes) H2Allocator.allocateDB(int expiryMinutes) PostgreContainerAllocator.allocateDB(int expiryMinutes) Methods in io.narayana.db with parameters of type DBModifier and TypeMethodDescriptionabstract booleanbooleanbooleanabstract booleanAllocator.deallocateDB(DB db) booleanDBAllocator.deallocateDB(DB db) booleanPostgreContainerAllocator.deallocateDB(DB db) static booleanAllocator.executeTestStatement(DB db, String pathToDriverJar) Loads proper driver dynamically.abstract booleanAllocator.reallocateDB(int expiryMinutes, DB db) abstract booleanAllocator.reallocateDB(DB db) booleanDBAllocator.reallocateDB(int expiryMinutes, DB db) booleanDBAllocator.reallocateDB(DB db)