Uses of Class
org.openqa.selenium.devtools.indexeddb.model.KeyPath
-
Packages that use KeyPath Package Description org.openqa.selenium.devtools.indexeddb.model -
-
Uses of KeyPath in org.openqa.selenium.devtools.indexeddb.model
Methods in org.openqa.selenium.devtools.indexeddb.model that return KeyPath Modifier and Type Method Description KeyPath
ObjectStore. getKeyPath()
Object store key path.KeyPath
ObjectStoreIndex. getKeyPath()
Index key path.Constructors in org.openqa.selenium.devtools.indexeddb.model with parameters of type KeyPath Constructor Description ObjectStore(java.lang.String name, KeyPath keyPath, java.lang.Boolean autoIncrement, java.util.List<ObjectStoreIndex> indexes)
ObjectStoreIndex(java.lang.String name, KeyPath keyPath, java.lang.Boolean unique, java.lang.Boolean multiEntry)
-