public class Substring extends AbstractFunction<String,Substring>
alias, column
Modifier and Type | Method and Description |
---|---|
protected Substring |
copy() |
static Substring |
of(BindableColumn<String> column,
int offset,
int length) |
String |
renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
Returns the name of the item aliased with a table name if appropriate.
|
alias, as, jdbcType, typeHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
columnList, renderWithTableAndColumnAlias
public String renderWithTableAlias(TableAliasCalculator tableAliasCalculator)
BasicColumn
tableAliasCalculator
- the table alias calculator for the current rendererprotected Substring copy()
copy
in class AbstractFunction<String,Substring>
public static Substring of(BindableColumn<String> column, int offset, int length)
Copyright © 2016–2019 MyBatis.org. All rights reserved.