public class IndexInfo extends Object implements org.datanucleus.store.schema.StoreSchemaData
| Constructor and Description |
|---|
IndexInfo(ResultSet rs)
Constructs an index information object from the current row of the given result set.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 retrievalpublic 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 propertypublic final boolean equals(Object obj)
public final int hashCode()
Copyright © 2019. All rights reserved.