public interface ExpressionSegment extends SQLSegment
| Modifier and Type | Method and Description |
|---|---|
SQLExpression |
getSQLExpression(String sql)
Get SQL Expression.
|
int |
getStartIndex()
Get start index.
|
int |
getStopIndex()
Get stop index.
|
int getStartIndex()
int getStopIndex()
SQLExpression getSQLExpression(String sql)
sql - SQL textCopyright © 2019 The Apache Software Foundation. All rights reserved.