Package io.webfolder.cdp.type.indexeddb
Class DatabaseWithObjectStores
java.lang.Object
io.webfolder.cdp.type.indexeddb.DatabaseWithObjectStores
Database with an array of object stores.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Database name.Object stores in this database.Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')void
Database name.void
setObjectStores
(List<ObjectStore> objectStores) Object stores in this database.void
setVersion
(Double version) Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')toString()
-
Constructor Details
-
DatabaseWithObjectStores
public DatabaseWithObjectStores()
-
-
Method Details
-
getName
Database name. -
setName
Database name. -
getVersion
Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long') -
setVersion
Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long') -
getObjectStores
Object stores in this database. -
setObjectStores
Object stores in this database. -
toString
-