Modifier and Type | Method and Description |
---|---|
default OClass |
ODatabase.createClass(String className,
String... superclasses)
Creates a new class in the schema
|
Modifier and Type | Method and Description |
---|---|
default OClass |
ODatabaseDocument.createClassIfNotExist(String className,
String... superclasses)
If a class with given name already exists, it's just returned, otherwise the method creates a
new class and returns it.
|
default OClass |
ODatabaseDocument.createVertexClass(String className)
creates a new vertex class (a class that extends V)
|
Modifier and Type | Class and Description |
---|---|
class |
OSchemaNotCreatedException |
Constructor and Description |
---|
OSchemaException(OSchemaException exception) |
Modifier and Type | Method and Description |
---|---|
static Character |
OSchemaShared.checkClassNameIfValid(String iName) |
Copyright © 2009–2020 OrientDB. All rights reserved.