public class SIndexMetadata
extends java.lang.Object
Constructor and Description |
---|
SIndexMetadata(SIndex sIndex) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getColumns() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.util.List |
getOrder() |
int |
getSize() |
SIndexType |
getType() |
boolean |
isBuilt() |
boolean |
isPrimaryKey() |
boolean |
isUnique() |
public SIndexMetadata(SIndex sIndex)
public java.lang.String getName()
public java.util.List getColumns()
public java.lang.String getId()
public boolean isBuilt()
public int getSize()
public SIndexType getType()
public boolean isUnique()
public boolean isPrimaryKey()
public java.util.List getOrder()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.