com.triactive.jdo.store
Class Key
java.lang.Object
com.triactive.jdo.store.Key
- Direct Known Subclasses:
- CandidateKey, ForeignKey, Index
- abstract class Key
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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)
Copyright © 2001 TriActive, Inc. All Rights Reserved.