Klasse Database
java.lang.Object
ch.nolix.system.objectschema.model.Database
- Alle implementierten Schnittstellen:
INameHolder
,CloseStateRequestable
,StateRequestable<DatabaseObjectState>
,CreationRequestable
,DatabaseConnectionRequestable
,DeletionRequestable
,EditingRequestable
,LoadingRequestable
,IDatabaseObject
,IDatabase
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateTableWithName
(String name) getName()
final DatabaseObjectState
getState()
int
final boolean
isClosed()
boolean
final boolean
final boolean
isEdited()
final boolean
isLoaded()
final boolean
isNew()
protected void
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isClosed, isOpen
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.CreationRequestable
isNew
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.DeletionRequestable
isDeleted
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.EditingRequestable
isEdited
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getNameInQuotes, hasName, hasSameNameAs
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.LoadingRequestable
isLoaded
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.structureapi.typerequestapi.StateRequestable
getState
-
Konstruktordetails
-
Database
-
-
Methodendetails
-
addTable
-
createTableWithName
- Angegeben von:
createTableWithName
in SchnittstelleIDatabase
-
getName
- Angegeben von:
getName
in SchnittstelleINameHolder
- Gibt zurück:
- the name of the current
INameHolder
.
-
getStoredTables
- Angegeben von:
getStoredTables
in SchnittstelleIDatabase
-
getTableCount
public int getTableCount()- Angegeben von:
getTableCount
in SchnittstelleIDatabase
-
isConnectedWithRealDatabase
public boolean isConnectedWithRealDatabase()- Angegeben von:
isConnectedWithRealDatabase
in SchnittstelleDatabaseConnectionRequestable
- Gibt zurück:
- true if the current
DatabaseConnectionRequestable
is connected with a real database, false otherwise.
-
noteClose
protected void noteClose() -
getState
- Angegeben von:
getState
in SchnittstelleStateRequestable<DatabaseObjectState>
- Gibt zurück:
- the state of the current
StateRequestable
.
-
isClosed
public final boolean isClosed()- Angegeben von:
isClosed
in SchnittstelleCloseStateRequestable
- Gibt zurück:
- true if the current
CloseStateRequestable
is closed.
-
isDeleted
public final boolean isDeleted()- Angegeben von:
isDeleted
in SchnittstelleDeletionRequestable
-
isEdited
public final boolean isEdited()- Angegeben von:
isEdited
in SchnittstelleEditingRequestable
-
isLoaded
public final boolean isLoaded()- Angegeben von:
isLoaded
in SchnittstelleLoadingRequestable
-
isNew
public final boolean isNew()- Angegeben von:
isNew
in SchnittstelleCreationRequestable
-