public class RelationshipCreator extends Object
Constructor and Description |
---|
RelationshipCreator(DatabaseImpl database) |
Modifier and Type | Method and Description |
---|---|
static int |
calculateNameLength(String name) |
RelationshipImpl |
createRelationship(RelationshipBuilder relationship)
Creates the relationship in the database.
|
RelationshipImpl |
createRelationshipImpl(String name) |
Charset |
getCharset() |
DatabaseImpl |
getDatabase() |
JetFormat |
getFormat() |
String |
getName() |
PageChannel |
getPageChannel() |
TableImpl |
getPrimaryTable() |
TableImpl |
getSecondaryTable() |
boolean |
hasReferentialIntegrity() |
int |
reservePageNumber() |
public RelationshipCreator(DatabaseImpl database)
public String getName()
public TableImpl getPrimaryTable()
public TableImpl getSecondaryTable()
public boolean hasReferentialIntegrity()
public RelationshipImpl createRelationshipImpl(String name)
public RelationshipImpl createRelationship(RelationshipBuilder relationship) throws IOException
IOException
public DatabaseImpl getDatabase()
public JetFormat getFormat()
public PageChannel getPageChannel()
public Charset getCharset()
public int reservePageNumber() throws IOException
IOException
public static int calculateNameLength(String name)
Copyright © 2005–2024 OpenHMS. All rights reserved.