public static class SqlParserProcessor.SqlParserProcessorBuild extends Object
| 构造器和说明 |
|---|
SqlParserProcessorBuild() |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlParserProcessor.SqlParserProcessorBuild |
addColName(String tableName,
String colName)
Add colName corresponding to tableName, before executing this method,
make sure
addProcessor tableName and columnProcessor already exist. |
SqlParserProcessor.SqlParserProcessorBuild |
addProcessor(String tableName,
Consumer<ColNameProcessorInfo> columnProcessor)
If the column Processor corresponding to the table Name already exists,
it will not be overwritten.
|
SqlParserProcessor |
build()
Create a sql parsing processor
|
String |
makeSo(String name) |
public SqlParserProcessor.SqlParserProcessorBuild addProcessor(String tableName, Consumer<ColNameProcessorInfo> columnProcessor)
tableName - table namecolumnProcessor - The processor corresponding to the table namepublic SqlParserProcessor.SqlParserProcessorBuild addColName(String tableName, String colName)
addProcessor tableName and columnProcessor already exist.tableName - table namecolName - Field Namepublic SqlParserProcessor build()
Copyright © 2026. All rights reserved.