JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
bus.mapper
Package
org.miaixz.bus.mapper.parsing
Interface SqlScript.LRSupplier
All Superinterfaces:
Supplier
<
String
>
Enclosing interface:
SqlScript
public static interface
SqlScript.LRSupplier
extends
Supplier
<
String
>
确保字符串前有换行符的 Supplier 接口
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
String
getWithLR
()
获取带换行符的字符串
Methods inherited from interface java.util.function.
Supplier
get
Method Details
getWithLR
default
String
getWithLR
()
获取带换行符的字符串
Returns:
确保字符串前面有换行符