| |
|
| java.lang.Object workbench.sql.wbcommands.ModifierArguments
ModifierArguments | public class ModifierArguments (Code) | | author: support@sql-workbench.net |
getModifier | public ImportValueModifier getModifier()(Code) | | Returns a combined modifier with substring and regex modifications.
the substring modifier will be applied before the regex modifier
during import.
an ImportValueModifier that applies substring and regex modifications. |
getRegexModifier | RegexModifier getRegexModifier()(Code) | | For testing purposes to access the initialized modifier
|
getSubstringModifier | SubstringModifier getSubstringModifier()(Code) | | For testing purposes to access the initialized modifier
|
|
|
|