public class DbTableIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
protected WeakReference<Connection> |
connectionRef |
protected List<DbTableIndexColumn> |
indexColumns |
protected String |
indexName |
protected DbTable |
table |
| Constructor and Description |
|---|
DbTableIndex() |
| Modifier and Type | Method and Description |
|---|---|
static List<DbTableIndex> |
fetch(DbTable table) |
Connection |
getConnection() |
List<DbTableIndexColumn> |
getIndexColumns() |
String |
getIndexName() |
DbTable |
getTable() |
void |
setConnection(Connection conn) |
void |
setIndexColumns(List<DbTableIndexColumn> indexColumns) |
void |
setIndexName(String indexName) |
void |
setTable(DbTable table) |
protected transient volatile WeakReference<Connection> connectionRef
protected DbTable table
protected String indexName
protected volatile List<DbTableIndexColumn> indexColumns
public static List<DbTableIndex> fetch(DbTable table) throws SQLException
SQLExceptionpublic Connection getConnection()
public void setConnection(Connection conn)
public DbTable getTable()
public void setTable(DbTable table)
public String getIndexName()
public void setIndexName(String indexName)
public List<DbTableIndexColumn> getIndexColumns()
public void setIndexColumns(List<DbTableIndexColumn> indexColumns)
Copyright © 2019. All rights reserved.