public class ChangeLogParserCofiguration extends AbstractConfigurationContainer
ChangeLogParser
implementationsAbstractConfigurationContainer.ConfigurationContainer
Modifier and Type | Field and Description |
---|---|
static String |
SUPPORT_PROPERTY_ESCAPING |
static String |
USE_PROCEDURE_SCHEMA |
Constructor and Description |
---|
ChangeLogParserCofiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
getSupportPropertyEscaping() |
boolean |
getUseProcedureSchema() |
ChangeLogParserCofiguration |
setSupportPropertyEscaping(boolean support) |
ChangeLogParserCofiguration |
setUseProcedureSchema(boolean useSchema) |
getContainer, getProperties, getProperty, getValue, init, setValue
public static final String SUPPORT_PROPERTY_ESCAPING
public static final String USE_PROCEDURE_SCHEMA
public boolean getSupportPropertyEscaping()
public ChangeLogParserCofiguration setSupportPropertyEscaping(boolean support)
public boolean getUseProcedureSchema()
public ChangeLogParserCofiguration setUseProcedureSchema(boolean useSchema)
Copyright © 2019 Liquibase.org. All rights reserved.