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