Class DBIndexColumn
java.lang.Object
org.eobjects.metamodel.doc.jdbc.DBIndexColumn
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DBIndexColumn
public DBIndexColumn()
-
-
Method Details
-
getTable
- Returns:
- the table
-
setTable
- Parameters:
table
- the table to set
-
getColumn
- Returns:
- the column
-
setColumn
- Parameters:
column
- the column to set
-
getAscending
- Returns:
- the ascending
-
setAscending
- Parameters:
ascending
- the ascending to set
-