Package org.mybatis.dynamic.sql.select.function
package org.mybatis.dynamic.sql.select.function
-
ClassDescriptionAbstractTypeConvertingFunction<T,
R, U extends AbstractTypeConvertingFunction<T, R, U>> Represents a function that can change the underlying type.AbstractUniTypeFunction<T,U extends AbstractUniTypeFunction<T, U>> Represents a function that does not change the underlying data type.Add<T>Concat<T>Concatenate<T>Divide<T>Lower<T>Multiply<T>Substring<T>Subtract<T>Upper<T>