ddl支持复制和高亮,postgresql支持
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user