public class DatabaseProperty extends Object
Modifier and Type | Field and Description |
---|---|
static List<String> |
SCHEMA_UPDATE_VALUES |
Constructor and Description |
---|
DatabaseProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getSchemaName() |
String |
getSchemaUpdate() |
static List<String> |
getSchemaUpdateValues() |
String |
getTablePrefix() |
String |
getType() |
boolean |
isJdbcBatchProcessing() |
void |
setJdbcBatchProcessing(boolean jdbcBatchProcessing) |
void |
setSchemaName(String schemaName) |
void |
setSchemaUpdate(String schemaUpdate) |
void |
setTablePrefix(String tablePrefix) |
void |
setType(String type) |
String |
toString() |
public String getSchemaUpdate()
public void setSchemaUpdate(String schemaUpdate)
schemaUpdate
- the schemaUpdate to setpublic String getType()
public void setType(String type)
public String getTablePrefix()
public void setTablePrefix(String tablePrefix)
public String getSchemaName()
public void setSchemaName(String schemaName)
public boolean isJdbcBatchProcessing()
public void setJdbcBatchProcessing(boolean jdbcBatchProcessing)
Copyright © 2022. All rights reserved.