com.triactive.jdo.store.sql
Class Key
java.lang.Object
com.triactive.jdo.store.sql.Key
- Direct Known Subclasses:
- CandidateKey, ForeignKey, Index
- public abstract class Key
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
table
protected BaseTable table
columns
protected java.util.ArrayList columns
Key
protected Key(BaseTable table)
assertSameTable
protected void assertSameTable(Column col)
getTable
public BaseTable getTable()
getColumns
public java.util.List getColumns()
getColumnList
public java.lang.String getColumnList()
startsWith
public boolean startsWith(Key k)
setMinSize
protected static void setMinSize(java.util.List list,
int size)
getColumnList
public static java.lang.String getColumnList(java.util.Collection cols)
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)
Copyright © 2001-2007 The TJDO Project All Rights Reserved.