public class Column
extends Object
This class represents a column in the database.
- Author:
- lunalobos
-
Constructor Summary
Constructors
-
Method Summary
int
Gets the index of the column.
Gets the name of the column.
Gets the setter of the column.
-
Constructor Details
-
Column
public Column(String name,
int index)
-
Method Details
-
name
Gets the name of the column.
- Returns:
- the name
-
setter
Gets the setter of the column.
- Returns:
- the setter
-
index
public int index()
Gets the index of the column.
- Returns:
- the index
-