Class Column


  • public class Column
    extends Object
    Column of a database table.
    • Constructor Detail

      • Column

        public Column​(String name,
                      String type)
        Create a new column in a database table.
        Parameters:
        name - name of the column
        type - type of the column
    • Method Detail

      • getName

        public String getName()
        Get the column name.
        Returns:
        name of the column
      • getType

        public String getType()
        Get the column type.
        Returns:
        column type