- All Known Implementing Classes:
MappedTable,MappedUDT
public interface MappedSchemaObject
- Author:
- Lukas Eder
-
Method Summary
Modifier 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
-
getInput
String getInput()The input name as defined inNamed.getName()Either <input/> or <inputExpression/> must be provided.
-
getInputExpression
Pattern getInputExpression()A regular expression matching the input name as defined inNamed.getName()Either <input/> or <inputExpression/> must be provided
-
getOutput
String 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.
-