Package com.gigaspaces.utils.jdbc
Class IndexInfo
java.lang.Object
com.gigaspaces.utils.jdbc.IndexInfo
Encapsulates information on a table's index.
- Since:
- 15.2.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidsetIndexType(String indexType) voidsetOrderType(String orderType)
-
Constructor Details
-
IndexInfo
-
IndexInfo
-
-
Method Details
-
getName
-
getOrderType
-
setOrderType
-
getIndexType
-
setIndexType
-
getColumns
-
isNonUnique
public boolean isNonUnique()
-