Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D F G I N O R S U

A

add(String, String) - Static method in class org.apache.derby.database.UserUtility
Add a user's authorization permission to the database.

B

backup(String) - Method in interface org.apache.derby.database.Database
Backup the database to a backup directory.
backup(File) - Method in interface org.apache.derby.database.Database
Backup the database to a backup directory.
backupAndEnableLogArchiveMode(String, boolean) - Method in interface org.apache.derby.database.Database
Backup the database to a backup directory and enable the log archive mode that will keep the archived log files required for roll-forward from this version backup.
backupAndEnableLogArchiveMode(File, boolean) - Method in interface org.apache.derby.database.Database
Backup the database to a backup directory and enable the log archive mode that will keep the archived log files required for roll-forward from this version backup.

C

checkpoint() - Method in interface org.apache.derby.database.Database
Checkpoints the database, that is, flushes all dirty data to disk.

D

Database - interface org.apache.derby.database.Database.
The Database interface provides control over a database (that is, the stored data and the files the data are stored in), operations on the database such as backup and recovery, and all other things that are associated with the database itself.
disableLogArchiveMode(boolean) - Method in interface org.apache.derby.database.Database
Disables the log archival process, i.e No old log files will be kept around for a roll-forward recovery.
drop(String) - Static method in class org.apache.derby.database.UserUtility
Drop a user's authorization permission from the database.
dropAllJDBCMetaDataSPSes() - Method in interface org.apache.derby.database.Database
Delete all stored prepared statements that were created for JDBC MetaData queries.

F

FULL_ACCESS_PERMISSION - Static variable in class org.apache.derby.database.UserUtility
Enumeration value for full access permission ("FULL_ACCESS_PERMISSION").
freeze() - Method in interface org.apache.derby.database.Database
Freeze the database temporarily so a backup can be taken.

G

getId() - Method in interface org.apache.derby.database.Database
Deprecated. No longer supported.
getLocale() - Method in interface org.apache.derby.database.Database
Get the Locale for this database.
getPermission(String) - Static method in class org.apache.derby.database.UserUtility
Return a user's authorization permission in a database.

I

isReadOnly() - Method in interface org.apache.derby.database.Database
Tells whether the Database is configured as read-only, or the Database was started in read-only mode.

N

normalizeIdParam(String, String) - Static method in class org.apache.derby.database.UserUtility
 

O

org.apache.derby.database - package org.apache.derby.database
 

R

READ_ACCESS_PERMISSION - Static variable in class org.apache.derby.database.UserUtility
Enumeration value for read access permission ("READ_ACCESS_PERMISSION").

S

set(String, String) - Static method in class org.apache.derby.database.UserUtility
Set the authorization permission for a user in the database.

U

UserUtility - class org.apache.derby.database.UserUtility.
This utility class provides static methods for managing user authorization in a Cloudscape database.
UserUtility() - Constructor for class org.apache.derby.database.UserUtility
Prevent users from creating UserUtility Objects.
unfreeze() - Method in interface org.apache.derby.database.Database
Unfreeze the database after a backup has been taken.

A B C D F G I N O R S U