Java Doc for Log.java in  » Database-DBMS » hsql » org » hsqldb » persist » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » hsql » org.hsqldb.persist 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.hsqldb.persist.Log

Log
public class Log (Code)
This class is responsible for managing the database files. An HSQLDB database consists of a .properties file, a .script file (contains an SQL script), a .data file (contains data of cached tables) a .backup file and a .log file.

When using TEXT tables, a data source for each table is also present.

Notes on OpenOffice.org integration. A Storage API is used when HSQLDB is integrated into OpenOffice.org. All file operations on the 4 main files are performed by OOo, which integrates the contents of these files into its database file. The script format is always TEXT in this case. Extensively rewritten and extended in successive versions of HSQLDB.
author:
   Thomas Mueller (Hypersonic SQL Group)
author:
   fredt@users.
version:
   1.8.0
since:
   Hypersonic SQL




Constructor Summary
 Log(Database db)
    

Method Summary
 voidbackupData()
    
 voidcheckpoint(boolean defrag)
     Performs checkpoint including pre and post operations.
 voidclose(boolean script)
     Close all the database files.
 voidcloseTextCache(Table table)
    
 voiddeleteBackup()
    
 voiddeleteData()
    
 voiddeleteLog()
    
 voiddeleteNewAndOldFiles()
     Deletes the leftovers from any previous unfinished operations.
 voiddeleteNewBackup()
    
 voiddeleteNewScript()
    
 booleanforceDefrag()
    
 DataFileCachegetCache()
     Responsible for creating the cache instance.
 intgetLogSize()
    
 intgetScriptType()
    
 intgetWriteDelay()
     Write delay specifies the frequency of FileDescriptor.sync() calls.
 booleanhasCache()
    
 voidinitParams()
    
 booleanisAnyCacheModified()
    
 voidopen()
    
 DataFileCacheopenTextCache(Table table, String source, boolean readOnlyData, boolean reversed)
    
 voidrenameNewBackup()
    
 voidrenameNewScript()
    
 voidsetLogSize(int megas)
    
 voidsetScriptType(int type)
     Changing the script format results in a checkpoint, with the .script file written in the new format.
 voidsetWriteDelay(int delay)
    
 voidshutdown()
     Fast counterpart to close().
 voidsynchLog()
    
 voidwriteCommitStatement(Session session)
    
 voidwriteDeleteStatement(Session session, Table t, Object[] row)
    
 voidwriteInsertStatement(Session session, Table t, Object[] row)
    
 voidwriteSequenceStatement(Session session, NumberSequence s)
    
 voidwriteStatement(Session session, String s)
     Various writeXXX() methods are used for logging statements.


Constructor Detail
Log
Log(Database db) throws HsqlException(Code)




Method Detail
backupData
void backupData() throws IOException(Code)



checkpoint
void checkpoint(boolean defrag) throws HsqlException(Code)
Performs checkpoint including pre and post operations. Returns to the same state as before the checkpoint.



close
void close(boolean script) throws HsqlException(Code)
Close all the database files. If script argument is true, no .data or .backup file will remain and the .script file will contain all the data of the cached tables as well as memory tables. This is not used for filesReadOnly databases which use shutdown.



closeTextCache
void closeTextCache(Table table) throws HsqlException(Code)



deleteBackup
void deleteBackup()(Code)



deleteData
void deleteData()(Code)



deleteLog
void deleteLog()(Code)



deleteNewAndOldFiles
void deleteNewAndOldFiles()(Code)
Deletes the leftovers from any previous unfinished operations.



deleteNewBackup
void deleteNewBackup()(Code)



deleteNewScript
void deleteNewScript()(Code)



forceDefrag
boolean forceDefrag()(Code)
Returns true if lost space is above the threshold



getCache
DataFileCache getCache() throws HsqlException(Code)
Responsible for creating the cache instance.



getLogSize
int getLogSize()(Code)



getScriptType
int getScriptType()(Code)



getWriteDelay
int getWriteDelay()(Code)
Write delay specifies the frequency of FileDescriptor.sync() calls.



hasCache
boolean hasCache()(Code)



initParams
void initParams()(Code)



isAnyCacheModified
boolean isAnyCacheModified()(Code)
Checks all the caches and returns true if the modified flag is set for any



open
void open() throws HsqlException(Code)
When opening a database, the hsqldb.compatible_version property is used to determine if this version of the engine is equal to or greater than the earliest version of the engine capable of opening that database.


throws:
  HsqlException -




openTextCache
DataFileCache openTextCache(Table table, String source, boolean readOnlyData, boolean reversed) throws HsqlException(Code)



renameNewBackup
void renameNewBackup()(Code)



renameNewScript
void renameNewScript()(Code)



setLogSize
void setLogSize(int megas)(Code)



setScriptType
void setScriptType(int type) throws HsqlException(Code)
Changing the script format results in a checkpoint, with the .script file written in the new format.



setWriteDelay
void setWriteDelay(int delay)(Code)



shutdown
void shutdown() throws HsqlException(Code)
Fast counterpart to close(). Does not perform a checkpoint or a backup of the .data file.



synchLog
void synchLog()(Code)



writeCommitStatement
void writeCommitStatement(Session session) throws HsqlException(Code)



writeDeleteStatement
void writeDeleteStatement(Session session, Table t, Object[] row) throws HsqlException(Code)



writeInsertStatement
void writeInsertStatement(Session session, Table t, Object[] row) throws HsqlException(Code)



writeSequenceStatement
void writeSequenceStatement(Session session, NumberSequence s) throws HsqlException(Code)



writeStatement
void writeStatement(Session session, String s) throws HsqlException(Code)
Various writeXXX() methods are used for logging statements.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.