Package io.webfolder.cdp.type.indexeddb
Class ObjectStoreIndex
java.lang.Object
io.webfolder.cdp.type.indexeddb.ObjectStoreIndex
Object store index.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndex key path.getName()
Index name.If true, index allows multiple entries for a key.isUnique()
If true, index is unique.void
setKeyPath
(KeyPath keyPath) Index key path.void
setMultiEntry
(Boolean multiEntry) If true, index allows multiple entries for a key.void
Index name.void
If true, index is unique.toString()
-
Constructor Details
-
ObjectStoreIndex
public ObjectStoreIndex()
-
-
Method Details
-
getName
Index name. -
setName
Index name. -
getKeyPath
Index key path. -
setKeyPath
Index key path. -
isUnique
If true, index is unique. -
setUnique
If true, index is unique. -
isMultiEntry
If true, index allows multiple entries for a key. -
setMultiEntry
If true, index allows multiple entries for a key. -
toString
-