Uses of Class
io.github.torand.fastersql.function.singlerow.Substring
Packages that use Substring
Package
Description
Provides classes and interfaces related to single row functions.
-
Uses of Substring in io.github.torand.fastersql.function.singlerow
Methods in io.github.torand.fastersql.function.singlerow that return SubstringModifier and TypeMethodDescriptionstatic Substring
SingleRowFunctions.substring
(Expression expression, int startPos, int length) Creates the substring function for a string expression.