public class MysqlSqlExecutor extends AbstractSqlExecutor
connection, preparedSql| Constructor and Description |
|---|
MysqlSqlExecutor(Connection connection,
PreparedSql preparedSql) |
| Modifier and Type | Method and Description |
|---|---|
int |
delete() |
int |
deleteByPrimaryKey() |
List<Map<String,Object>> |
executeQuery() |
List<ColumnMetaData> |
getAllColumnMetaData(String catalog,
String schemaPattern,
String tableNamePattern,
String columnNamePattern) |
List<TableMetaData> |
getAllTableMetaData(String catalog,
String schemaPattern,
String tableNamePattern,
String[] tableTypes) |
int |
insert() |
int |
insertBatch() |
int |
insertMultiple() |
int |
insertSelective() |
int |
update() |
int |
updateByPrimaryKey() |
int |
updateSelective() |
int |
updateSelectiveByPrimaryKey() |
int |
upsert() |
int |
upsertMultiple() |
int |
upsertSelective() |
selectByPrimaryKey, selectByPrimaryKey, selectListclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitselectByPrimaryKey, selectByPrimaryKeypublic MysqlSqlExecutor(Connection connection, PreparedSql preparedSql)
public List<Map<String,Object>> executeQuery()
executeQuery in interface SelectHandlerexecuteQuery in class DefaultSelectHandlerpublic int insertSelective()
public int insert()
public int insertBatch()
public int insertMultiple()
public int deleteByPrimaryKey()
public int delete()
public int updateByPrimaryKey()
public int updateSelectiveByPrimaryKey()
public int update()
public int updateSelective()
public int upsert()
public int upsertSelective()
public int upsertMultiple()
public List<TableMetaData> getAllTableMetaData(String catalog, String schemaPattern, String tableNamePattern, String[] tableTypes)
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.