Uses of Interface
de.espirit.or.schema.Schema
Package
Description
-
Uses of Schema in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescriptionvoid
Schema.setOrSchema
(Schema orSchema) Set the database schema. -
Uses of Schema in de.espirit.or
Modifier and TypeMethodDescriptionSession.extractSchemaFromDB
(String schemaName) Update the assigned schema with the structure of DB schemaschemaName
.@NotNull Schema
Session.getSchema()
Return the schema assigned with this session.Session.syncSchemaWithDB
(@NotNull Schema schema, boolean createKeys) Update the database structure with the givenschema
.Modifier and TypeMethodDescriptionSession.syncSchemaWithDB
(@NotNull Schema schema, boolean createKeys) Update the database structure with the givenschema
. -
Uses of Schema in de.espirit.or.schema
Modifier and TypeMethodDescriptionstatic KeyValue
KeyValue.createKeyValue
(Schema schema, Identifier identifier) Factory to create the key value within the given schema for the requested identifer.