public class SQLIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLIndex.Ordering |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnName()
Get the column owning the index
|
String |
getName()
Get the index name
|
SQLIndex.Ordering |
getOrdering()
Get the index ordering
|
String |
getTableName()
Get the table owning the index
|
int |
hashCode() |
public String getName()
public String getTableName()
public String getColumnName()
public SQLIndex.Ordering getOrdering()
Copyright © 2018. All rights reserved.