Java Doc for ResultConstants.java in  » Database-DBMS » hsql » org » hsqldb » 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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.hsqldb.ResultConstants

ResultConstants
public interface ResultConstants (Code)
An enumeration of the request and response mode values used to communicate between the client and the engine when sending Result objects back and forth.
author:
   boucherb@users
since:
   1.7.2
version:
   1.7.2


Field Summary
 intBATCHEXECDIRECT
    
 intBATCHEXECUTE
    
 intCOMMIT
    
 intCOMMIT_AND_CHAIN
    
 intDATA
     Indicates that the Result object encapsulates a result set response containing data.
 intERROR
     Indicates that the Result object encapsualtes an error response.
 intEXECUTE_FAILED
    
 intGETSESSIONATTR
     Indicates that the Result object encapsulates a request to get session attributes.
 intHSQLPREPARECOMMIT
    
 intHSQLRESETSESSION
    
 intHSQL_API_BASE
     The offset at which HSQLDB API Result mode values start.
 intMULTI
     Indicates that the Result object encapsulates multiple Result objects.
 intPARAM_META_DATA
     Indicates that the Result object encapsulates a result set response containing parameter metadata.
 intPREPARE_ACK
     Indicates that the Result object encapsulates a response that communicates the acknowlegement of newly allocated CompiledStatement object in the form of its statementID.
 intROLLBACK
    
 intROLLBACK_AND_CHAIN
    
 intSAVEPOINT_NAME_RELEASE
    
 intSAVEPOINT_NAME_ROLLBACK
    
 intSETSESSIONATTR
     Indicates that the Result object encapsulates a result set for setting session attributes.
 intSQLCONNECT
     Indicates that Result encapsulates a request to establish a connection.
 intSQLDISCONNECT
     Indicates that Result encapsulates a request to terminate an established connection.
 intSQLENDTRAN
     Indicates that Result encapsulates a request to terminate an SQL-transaction.
 intSQLEXECDIRECT
     Indicates that Result encapsulates a request to execute a statement directly.
 intSQLEXECUTE
     Indicates that Result encapsulates a request to execute a prepared statement.
 intSQLFREESTMT
     Indicates that Result encapsulates a request to deallocate an SQL-statement.
 intSQLPREPARE
     Indicates that Result encapsulates a request to prepare a statement.
 intSQLSETCONNECTATTR
     Indicates that Result encapsulates a request to set the value of an SQL-connection attribute.
 intSQLSTARTTRAN
     Indicates that Result encapsulates a request to explicitly start an SQL-transaction and set its characteristics.
 intSQL_API_BASE
     The offset at which the standard SQL API Result mode values start.
 intSQL_ATTR_SAVEPOINT_NAME
    
 intSUCCESS_NO_INFO
    
 intUPDATECOUNT
     Indicates that the Result object encapsulates an update count response.



Field Detail
BATCHEXECDIRECT
int BATCHEXECDIRECT(Code)
Indicates that the Result object encapsulates a batch of statements



BATCHEXECUTE
int BATCHEXECUTE(Code)
Indicates that the Result object encapsulates a batch of prepared statement parameter values



COMMIT
int COMMIT(Code)



COMMIT_AND_CHAIN
int COMMIT_AND_CHAIN(Code)



DATA
int DATA(Code)
Indicates that the Result object encapsulates a result set response containing data.



ERROR
int ERROR(Code)
Indicates that the Result object encapsualtes an error response.



EXECUTE_FAILED
int EXECUTE_FAILED(Code)
batch item failed



GETSESSIONATTR
int GETSESSIONATTR(Code)
Indicates that the Result object encapsulates a request to get session attributes.



HSQLPREPARECOMMIT
int HSQLPREPARECOMMIT(Code)
Indicates that the Result object encapsulates a request to prepare to commit as the first phase of a two-phase commit



HSQLRESETSESSION
int HSQLRESETSESSION(Code)
Indicates that the Result object encapsulates a request to start a new internal session for the connection



HSQL_API_BASE
int HSQL_API_BASE(Code)
The offset at which HSQLDB API Result mode values start.



MULTI
int MULTI(Code)
Indicates that the Result object encapsulates multiple Result objects.



PARAM_META_DATA
int PARAM_META_DATA(Code)
Indicates that the Result object encapsulates a result set response containing parameter metadata.



PREPARE_ACK
int PREPARE_ACK(Code)
Indicates that the Result object encapsulates a response that communicates the acknowlegement of newly allocated CompiledStatement object in the form of its statementID.



ROLLBACK
int ROLLBACK(Code)



ROLLBACK_AND_CHAIN
int ROLLBACK_AND_CHAIN(Code)



SAVEPOINT_NAME_RELEASE
int SAVEPOINT_NAME_RELEASE(Code)



SAVEPOINT_NAME_ROLLBACK
int SAVEPOINT_NAME_ROLLBACK(Code)



SETSESSIONATTR
int SETSESSIONATTR(Code)
Indicates that the Result object encapsulates a result set for setting session attributes.



SQLCONNECT
int SQLCONNECT(Code)
Indicates that Result encapsulates a request to establish a connection.



SQLDISCONNECT
int SQLDISCONNECT(Code)
Indicates that Result encapsulates a request to terminate an established connection.



SQLENDTRAN
int SQLENDTRAN(Code)
Indicates that Result encapsulates a request to terminate an SQL-transaction.



SQLEXECDIRECT
int SQLEXECDIRECT(Code)
Indicates that Result encapsulates a request to execute a statement directly.



SQLEXECUTE
int SQLEXECUTE(Code)
Indicates that Result encapsulates a request to execute a prepared statement.



SQLFREESTMT
int SQLFREESTMT(Code)
Indicates that Result encapsulates a request to deallocate an SQL-statement.



SQLPREPARE
int SQLPREPARE(Code)
Indicates that Result encapsulates a request to prepare a statement.



SQLSETCONNECTATTR
int SQLSETCONNECTATTR(Code)
Indicates that Result encapsulates a request to set the value of an SQL-connection attribute.



SQLSTARTTRAN
int SQLSTARTTRAN(Code)
Indicates that Result encapsulates a request to explicitly start an SQL-transaction and set its characteristics.



SQL_API_BASE
int SQL_API_BASE(Code)
The offset at which the standard SQL API Result mode values start.



SQL_ATTR_SAVEPOINT_NAME
int SQL_ATTR_SAVEPOINT_NAME(Code)



SUCCESS_NO_INFO
int SUCCESS_NO_INFO(Code)
Batch item succeeded but does not generate an update count, for example a call having no return value



UPDATECOUNT
int UPDATECOUNT(Code)
Indicates that the Result object encapsulates an update count response.





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