Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.select.function |
Modifier and Type | Method and Description |
---|---|
static <T> Substring<T> |
SqlBuilder.substring(BindableColumn<T> column,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
protected Substring<T> |
Substring.copy() |
static <T> Substring<T> |
Substring.of(BindableColumn<T> column,
int offset,
int length) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.