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 SubstringSingleRowFunctions.substring(Expression expression, int startPos, int length) Creates the SUBSTRING function for a string expression.static SubstringCreates the SUBSTRING function for a string constant value.