biz.hammurapi.sql.metadata
Class KeyEntry
java.lang.Object
biz.hammurapi.sql.metadata.KeyEntry
- All Implemented Interfaces:
- DbParameter, biz.hammurapi.util.Parameter, java.io.Serializable, java.lang.Comparable
public class KeyEntry
- extends java.lang.Object
- implements java.lang.Comparable, java.io.Serializable, DbParameter
- Version:
- $Revision: 1.3 $
- Author:
- Pavel Vlasov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
equals
public boolean equals(java.lang.Object arg)
- Overrides:
equals
in class java.lang.Object
compareTo
public int compareTo(java.lang.Object arg)
- Specified by:
compareTo
in interface java.lang.Comparable
getName
public java.lang.String getName()
- Specified by:
getName
in interface biz.hammurapi.util.Parameter
getType
public java.lang.String getType()
- Specified by:
getType
in interface biz.hammurapi.util.Parameter
getDbType
public int getDbType()
- Specified by:
getDbType
in interface DbParameter
- Returns:
- SQL type
getColumnName
public java.lang.String getColumnName()
- Returns:
- Returns the columnName.
isDescending
public boolean isDescending()
- Returns:
- Returns the isDescending.
Copyright © 2003 Hammurapi Group. All Rights Reserved.