public class OperationContext extends Object
Modifier and Type | Method and Description |
---|---|
static OperationContext |
create(String tableName) |
static OperationContext |
create(String tableName,
String indexName) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
indexName() |
String |
tableName() |
public static OperationContext create(String tableName, String indexName)
public static OperationContext create(String tableName)
public String tableName()
public String indexName()
Copyright © 2020. All rights reserved.