Package | Description |
---|---|
com.xdev.jadoth.sqlengine |
Modifier and Type | Method and Description |
---|---|
static SqlFunctionSUBSTRING |
SQL.SUBSTRING(Object characterValueExpression,
Integer startPosition)
SUBSTRING.
|
static SqlFunctionSUBSTRING |
SQL.SUBSTRING(Object characterValueExpression,
Integer startPosition,
Integer stringLength)
SUBSTRING.
|
static SqlFunctionSUBSTRING |
SQL.SUBSTRING(Object characterValueExpression,
Integer startPosition,
Integer stringLength,
Integer charLengthUnits)
SUBSTRING.
|
Copyright © 2003–2022 XDEV Software. All rights reserved.