Package adalid.util.sql
Class SqlIndexColumn
- java.lang.Object
-
- adalid.util.sql.SqlArtifact
-
- adalid.util.sql.SqlIndexColumn
-
public class SqlIndexColumn extends SqlArtifact
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description SqlIndexColumn(SqlIndex index, SqlColumn column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlColumngetColumn()SqlIndexgetIndex()StringgetOption()intgetPosition()StringgetQualifiedName()-
Methods inherited from class adalid.util.sql.SqlArtifact
getCapitalizedJavaName, getDecapitalizedJavaName, getJavaName, getName, toString
-
-
-
-
Method Detail
-
getIndex
public SqlIndex getIndex()
- Returns:
- the index
-
getColumn
public SqlColumn getColumn()
- Returns:
- the column
-
getPosition
public int getPosition()
- Returns:
- the ordinal position
-
getOption
public String getOption()
- Returns:
- the option
-
getQualifiedName
public String getQualifiedName()
-
-