- All Known Implementing Classes:
- MappedTable,- MappedUDT
public interface MappedSchemaObject
- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescriptiongetInput()The input name as defined inNamed.getName()A regular expression matching the input name as defined inNamed.getName()The output name as it will be rendered in SQL.
- 
Method Details- 
getInputString getInput()The input name as defined inNamed.getName()Either <input/> or <inputExpression/> must be provided. 
- 
getInputExpressionPattern getInputExpression()A regular expression matching the input name as defined inNamed.getName()Either <input/> or <inputExpression/> must be provided 
- 
getOutputString getOutput()The output name as it will be rendered in SQL.- When <input/> is provided, <output/> is a constant value.
- When <inputExpression/> is provided, <output/> is a replacement expression.
 
 
-