public class OracleLocation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALL_FIELDS |
private String |
field |
private String |
object |
Constructor and Description |
---|
OracleLocation(String object) |
OracleLocation(String object,
String field) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getField() |
String |
getObject() |
boolean |
isAllFields() |
String |
toString() |