public class ColumnInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getCanonicalizedName()
Return the column name.
|
java.lang.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.
|
public java.lang.String getName()
public java.lang.String getCanonicalizedName()
public int getType()
Typespublic boolean isPrimaryKey()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 DuraSpace. All Rights Reserved.