Uses of Record Class
guru.mikelue.foxglove.ColumnMeta
Packages that use ColumnMeta
Package
Description
Foxglove is a lightweight Java library for easing the generating data for testing database-related code.
This package provides the JDBC implementation of
DataGenerator, TableFacet.This package provides classes to handle settings for data generating.
-
Uses of ColumnMeta in guru.mikelue.foxglove
Methods in guru.mikelue.foxglove that return types with arguments of type ColumnMetaModifier and TypeMethodDescriptionTupleAccessor.asMap()Gets all columns as a map.TupleAccessor.getMetaOfColumns()Gets metadata of all columns of the generated row. -
Uses of ColumnMeta in guru.mikelue.foxglove.jdbc
Methods in guru.mikelue.foxglove.jdbc with parameters of type ColumnMetaModifier and TypeMethodDescriptionvoidCustomStatementSetter.setParameter(PreparedStatement stmt, int paramIndex, ColumnMeta columnMeta, T value) Sets the parameter value to the statement. -
Uses of ColumnMeta in guru.mikelue.foxglove.setting
Methods in guru.mikelue.foxglove.setting with parameters of type ColumnMetaModifier and TypeMethodDescriptionDataSetting.getStatementSetter(ColumnMeta meta) DataSettingInfo.getStatementSetter(ColumnMeta meta) Gets theCustomStatementSetterfor the given column metadata.LayeredDataSetting.getStatementSetter(ColumnMeta meta) booleanDataSetting.isAutoGenerating(ColumnMeta column) Gets whether or not to generate value automatically by the given properties of a column.booleanDataSettingInfo.isAutoGenerating(ColumnMeta column) Gets whether or not to generate value automatically by the given properties of a column.booleanLayeredDataSetting.isAutoGenerating(ColumnMeta column) Gets whether or not to generate value automatically by the given properties of a column.DataSetting.resolveSupplier(ColumnMeta columnMeta) Resolves theSupplierfor the given column metadata.DataSettingInfo.resolveSupplier(ColumnMeta columnMeta) Resolves theSupplierfor the given column metadata.LayeredDataSetting.resolveSupplier(ColumnMeta columnMeta) Retrieves the foundSupplierby priority of settings.