Class StringNumericExpression


  • public class StringNumericExpression
    extends DelegatedExpression
    Expression representing a field/property that can be stored as a String or as a Numeric. For example a java.lang.Enum can be represented using this. Delegates any operation to the same operation on the delegate.
    • Constructor Detail

      • StringNumericExpression

        public StringNumericExpression​(SQLStatement stmt,
                                       SQLTable table,
                                       JavaTypeMapping mapping)
        Constructor for an expression for a field/property that can be represented as String or numeric.
        Parameters:
        stmt - The SQL statement
        table - Table
        mapping - Mapping