Package com.illumon.iris.console.db
Interface GuiColumnFactory
- All Known Implementing Classes:
DefaultGuiColumnFactory
public interface GuiColumnFactory
A Factory class that creates
AbstractDataColumn
s suitable for use with ColumnSetFactory
.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCreate an AbstractDataColumn with the specified name and type.
-
Field Details
-
DEFAULT
-
-
Method Details
-
create
Create an AbstractDataColumn with the specified name and type.- Parameters:
name
- The name of the column.type
- The type.
-