.
HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1
212-599-2048
Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development
Chat now
.
EN - English
CN - 中文
JP - 日本語
DE - Deutsch
FR - Français
BR - Português
RU - Pу́сский
IT - Italiano
IN - हिन्दी
ES - Español
KR - 한국어
ID - Indonesia
NL - Dutch
TR - Türkçe
SA - العربية
SE - Svenska
NO - Norsk
PL - Polski
TH - ไทย
DK - Dansk
MY - Malay
PH - Filipino
GR - Ελληνικά
FI - Suomi
IL - עברית
IE - Gaeilge
CZ - Čeština
UA - Українська
RO - Română
VN - Tiếng Việt
BD - বাংলা
HU - Magyar
Need a Domino Consultant? Call NotesMail +1 212-599-2048
-
HCLSoftware Business Partner
JAVA/CORBA CLASSES
Creating, compacting, removing, and replicating a database
Example
Use one of the following methods to create a database.
DbDirectory.createDatabase
creates an uninitialized database. A program can access it, but a user cannot access it through the user interface because it has no forms or views.
Database.createFromTemplate
creates an initialized database based on an existing template. This database has the design and documents of the template and can be accessed from the workspace.
Database.createReplica
creates an uninitialized replica of an existing database. The replica must be initialized either by you with the replicate method or by the user accessing it from the workspace upon first use.
Database.createCopy
creates a copy of the design of an existing database.
The following methods are available for an existing database:
Database.compact
compacts a database.
Database.compactWithOptions
compacts a database allowing the submission of options.
Database.getOption
gets the value of a database option.
Database.remove
removes (deletes) a database.
Database.markForDelete
marks a database for deletion from a server in a cluster.
Database.replicate
replicates a database.
Database.setOption
sets the value of a database option.
Database.sign
signs a database.
Example
See Also
Accessing databases
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Feedback on
Help
or
Usability
?
Help on Help
All Help Contents