public static class SchemaService.SchemaOptions
Represents any options configured on the node for a schema.
Constructor and Description |
---|
SchemaOptions(java.lang.String databaseSchema,
java.lang.String tablePrefix)
Represents any options configured on the node for a schema.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
component1() |
java.lang.String |
component2() |
SchemaService.SchemaOptions |
copy(java.lang.String databaseSchema,
java.lang.String tablePrefix)
Represents any options configured on the node for a schema.
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getDatabaseSchema() |
java.lang.String |
getTablePrefix() |
int |
hashCode() |
java.lang.String |
toString() |
public SchemaOptions(java.lang.String databaseSchema, java.lang.String tablePrefix)
Represents any options configured on the node for a schema.
public java.lang.String getDatabaseSchema()
public java.lang.String getTablePrefix()
public java.lang.String component1()
public java.lang.String component2()
public SchemaService.SchemaOptions copy(java.lang.String databaseSchema, java.lang.String tablePrefix)
Represents any options configured on the node for a schema.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)