Uses of Class
com.oracle.bmc.goldengate.model.MappingType
-
Packages that use MappingType Package Description com.oracle.bmc.goldengate.model -
-
Uses of MappingType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return MappingType Modifier and Type Method Description static MappingTypeMappingType. create(String key)MappingTypeMappingRule. getMappingType()Defines the exclude/include rules of source and target schemas and tables when replicating from source to target.static MappingTypeMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MappingType[]MappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type MappingType Modifier and Type Method Description MappingRule.BuilderMappingRule.Builder. mappingType(MappingType mappingType)Defines the exclude/include rules of source and target schemas and tables when replicating from source to target.Constructors in com.oracle.bmc.goldengate.model with parameters of type MappingType Constructor Description MappingRule(MappingType mappingType, String source, String target)Deprecated.
-