|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.storage.rdbms.ColumnInfo
public class ColumnInfo
Represents a column in an RDBMS table.
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
String |
getCanonicalizedName()
Return the column name. |
String |
getName()
Return the column name. |
int |
getType()
Return the JDBC type. |
int |
hashCode()
|
boolean |
isPrimaryKey()
Return true if this column is a primary key. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public String getCanonicalizedName()
public int getType()
Typespublic boolean isPrimaryKey()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||