Package org.umlg.sqlg.structure
Interface TopologyInf
- All Known Implementing Classes:
AbstractLabel
,EdgeLabel
,EdgeRole
,Graph
,Index
,Partition
,PropertyColumn
,Schema
,VertexLabel
public interface TopologyInf
Created by pieter on 2016/12/08.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
default boolean
default void
remove()
void
remove
(boolean preserveData) remove the topology itemdefault void
default void
updatePropertyDefinition
(PropertyDefinition propertyDefinition)
-
Method Details
-
isUncommitted
default boolean isUncommitted() -
isCommitted
boolean isCommitted() -
getName
String getName() -
remove
void remove(boolean preserveData) remove the topology item- Parameters:
preserveData
- if true we don't delete at the SQL level
-
remove
default void remove() -
rename
-
updatePropertyDefinition
-