public final class CommonAssembler extends Object
| 构造器和说明 |
|---|
CommonAssembler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.dromara.hmily.tac.sqlparser.model.common.segment.dml.column.HmilyColumnSegment |
assembleHmilyColumnSegment(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment column)
Assemble hmily column segment.
|
static org.dromara.hmily.tac.sqlparser.model.common.segment.dml.expr.HmilyExpressionSegment |
assembleHmilyExpressionSegment(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expression)
Assemble hmily expression segment.
|
static org.dromara.hmily.tac.sqlparser.model.common.segment.generic.table.HmilySimpleTableSegment |
assembleHmilySimpleTableSegment(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment simpleTableSegment)
Assemble hmily simple table segment.
|
public static org.dromara.hmily.tac.sqlparser.model.common.segment.generic.table.HmilySimpleTableSegment assembleHmilySimpleTableSegment(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment simpleTableSegment)
simpleTableSegment - simple table segmentpublic static org.dromara.hmily.tac.sqlparser.model.common.segment.dml.column.HmilyColumnSegment assembleHmilyColumnSegment(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment column)
column - columnpublic static org.dromara.hmily.tac.sqlparser.model.common.segment.dml.expr.HmilyExpressionSegment assembleHmilyExpressionSegment(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expression)
expression - expressionCopyright © 2022 dromara. All rights reserved.