public interface IDBObjectStoreParameters
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDBObjectStoreParameters.GetKeyPathUnionType |
| Modifier and Type | Method and Description |
|---|---|
static IDBObjectStoreParameters |
create() |
IDBObjectStoreParameters.GetKeyPathUnionType |
getKeyPath() |
boolean |
isAutoIncrement() |
void |
setAutoIncrement(boolean autoIncrement) |
void |
setKeyPath(IDBObjectStoreParameters.GetKeyPathUnionType keyPath) |
default void |
setKeyPath(java.lang.String keyPath) |
default void |
setKeyPath(java.lang.String[] keyPath) |
static IDBObjectStoreParameters create()
IDBObjectStoreParameters.GetKeyPathUnionType getKeyPath()
boolean isAutoIncrement()
void setAutoIncrement(boolean autoIncrement)
void setKeyPath(IDBObjectStoreParameters.GetKeyPathUnionType keyPath)
default void setKeyPath(java.lang.String keyPath)
default void setKeyPath(java.lang.String[] keyPath)