类的使用
cn.vonce.sql.bean.ColumnInfo
使用ColumnInfo的程序包
-
cn.vonce.sql.bean中ColumnInfo的使用
返回ColumnInfo的cn.vonce.sql.bean中的方法参数类型为ColumnInfo的cn.vonce.sql.bean中的方法 -
cn.vonce.sql.provider中ColumnInfo的使用
类型变量类型为ColumnInfo的cn.vonce.sql.provider中的方法参数修饰符和类型方法说明SqlBeanProvider.buildAlterSql(SqlBeanMeta sqlBeanMeta, Class<?> clazz, List<ColumnInfo> columnInfoList) 构建更改表结构sql -
cn.vonce.sql.service中ColumnInfo的使用
返回变量类型为ColumnInfo的类型的cn.vonce.sql.service中的方法修饰符和类型方法说明DbManageService.getColumnInfoList()获取列信息列表DbManageService.getColumnInfoList(String tableName) 获取列信息列表DbManageService.getColumnInfoList(String schema, String tableName) 获取列信息列表类型变量类型为ColumnInfo的cn.vonce.sql.service中的方法参数 -
cn.vonce.sql.uitls中ColumnInfo的使用
返回ColumnInfo的cn.vonce.sql.uitls中的方法修饰符和类型方法说明static ColumnInfoSqlBeanUtil.buildColumnInfo(SqlBeanMeta sqlBeanMeta, Field field) 获取列信息static ColumnInfoSqlBeanUtil.buildColumnInfo(SqlBeanMeta sqlBeanMeta, Field field, SqlTable sqlTable, SqlColumn sqlColumn, Class constantClass) 获取列信息参数类型为ColumnInfo的cn.vonce.sql.uitls中的方法修饰符和类型方法说明static StringSqlBeanUtil.addColumn(Common common, ColumnInfo columnInfo, String afterColumnName) 增加一列static List<AlterDifference>SqlBeanUtil.columnInfoCompare(SqlBeanMeta sqlBeanMeta, ColumnInfo columnInfo, ColumnInfo toColumnInfo) 比较两个字段信息是否一致