KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > pim > database > DatabaseFactory

javax.pim.database
Interface DatabaseFactory


public Database createDatabase(java.lang.String name)
                        throws DatabaseException,
                               java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void deleteDatabase(java.lang.String name)
                    throws DatabaseException,
                           java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Iterator getDatabaseNames()
                          throws DatabaseException,
                                 java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Database openDatabase(java.lang.String name)
                      throws DatabaseException,
                             java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags