|
||||||||||
| 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(java.sql.ResultSet rs)
Constructs an index information object from the current row of the given result set. |
|
| Method Summary | |
|---|---|
void |
addProperty(java.lang.String name,
java.lang.Object value)
Method to add a property for the index. |
boolean |
equals(java.lang.Object obj)
Indicates whether some object is "equal to" this one. |
java.lang.Object |
getProperty(java.lang.String name)
Accessor for a property. |
int |
hashCode()
Returns a hash code value for this object. |
java.lang.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(java.sql.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(java.lang.String name,
java.lang.Object value)
addProperty in interface org.datanucleus.store.schema.StoreSchemaDataname - Name of propertyvalue - Its valuepublic java.lang.Object getProperty(java.lang.String name)
getProperty in interface org.datanucleus.store.schema.StoreSchemaDataname - Name of the property
public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare
public final int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||