|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.schema.IndexInfo
public class IndexInfo
Represents the metadata of a specific index column. Supports the following properties.
| Constructor Summary | |
|---|---|
IndexInfo(ResultSet rs)
Constructs an index information object from the current row of the given result set. |
|
| Method Summary | |
|---|---|
void |
addProperty(String name,
Object value)
Method to add a property for the index. |
boolean |
equals(Object obj)
Indicates whether some object is "equal to" this one. |
Object |
getProperty(String name)
Accessor for a property. |
int |
hashCode()
Returns a hash code value for this object. |
String |
toString()
Returns the string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexInfo(ResultSet rs)
ResultSet object passed must have been obtained from a call
to java.sql.DatabaseMetaData.getIndexInfo().
rs - The result set returned from java.sql.DatabaseMetaData.getIndexInfo().
org.datanucleus.exceptions.NucleusDataStoreException - if an exception occurs during retrieval| Method Detail |
|---|
public void addProperty(String name,
Object value)
addProperty in interface org.datanucleus.store.schema.StoreSchemaDataname - Name of propertyvalue - Its valuepublic Object getProperty(String name)
getProperty in interface org.datanucleus.store.schema.StoreSchemaDataname - Name of the property
public final boolean equals(Object obj)
equals in class Objectobj - the reference object with which to compare
public final int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||