Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['Java API', 'OClass', 'remove super class', 'removeSuperClass']

OClass - removeSuperClass()

This method removes a superclass from a class.

Removing Superclasses

OrientDB borrows the concept of a class from the Object Oriented programming paradigm. This borrowing includes the idea that database classes can inherit from their superclasses.

Syntax

OClass OClass().removeSuperClass(OClass class)
ArgumentTypeDescription
classOClassDefines the superclass that you want to remove

Return Value

This method returns the updated OClass instance.