ddl支持复制和高亮,postgresql支持

This commit is contained in:
暮光:城中城
2021-01-06 23:53:14 +08:00
parent e949570c1a
commit e66586c765
11 changed files with 133 additions and 52 deletions

View File

@@ -5,12 +5,13 @@ import org.apache.ibatis.annotations.Param;
import com.zyplayer.doc.db.framework.db.dto.ColumnInfoDto;
/**
* mysql数据库的mapper持有对象
*
* @author 暮光:城中城
* @since 2018年8月8
* postgresql数据库的mapper持有对象
*
* @author 辽宁-天平
* @since 2021年1月5
*/
public interface PostgresqlMapper {
ColumnInfoDto getColumnInfo(@Param("dbName") String dbName, @Param("tableName") String tableName, @Param("columnName") String columnName);
}
}