public class TableExecutor extends Object
| 构造器和说明 | 
|---|
| TableExecutor(String tableName) | 
public TableExecutor(String tableName)
public TableExecutor where(String name, String value)
public TableExecutor orderBy(String name, String value)
public TableExecutor groupBy(String name, String value)
public TableExecutor column(String[] params)
public List toList()
public Map toMap()
public void insert(Map dataMap) throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.