Java Doc for StoredFormatIds.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » iapi » services » io » 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 » db derby 10.2 » org.apache.derby.iapi.services.io 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.derby.iapi.services.io.StoredFormatIds

StoredFormatIds
public interface StoredFormatIds (Code)
A format id identifies a stored form of an object for the purposes of locating a class which can read the stored form and reconstruct the object using the java.io.Externalizable interface.

An important aspect of the format id concept is that it does not impose an implementation on the stored object. Rather, multiple implementations of an object (or interface) may share a format id. One implementation may store (write) an object and another may restore (read) the object. The implication of this is that a format id specifies the following properties of a stored object.

  • The interface(s) the stored object must support. Any implementation which reads the object must support these interfaces.
  • The format of the stored object. All implementaions which support the format must be able to read and write it.

An object should implement the Formatable inteface to support a stored format. In addition, the module which contains the object should register the object's class with the Monitor (See FormatIdUtil.register.)

When you add a format id to this file, please include the list of interfaces an implementaion must support when it supports the format id. When Cloudscape code reads a stored form it returns an object of a Class which supports the stored form. A reader may cast this object to any interface listed in this file. It is an error for the reader to cast the object to a class or interface not listed in this file.

When you implement a class that supports a format, add a comment that states the name of the class. The first implementation of a format defines the stored form.

This interface defines all the format ids for Cloudscape software. If you define a format id please be sure to declare it in this file. If you remove support for a one please document that the format id is deprecated. Never remove or re-use a format id.



Field Summary
final public static  intACCESS_B2IUNDO_V1_ID
    
final public static  intACCESS_B2I_STATIC_COMPILED_V1_ID
    
final public static  intACCESS_B2I_V2_ID
    
final public static  intACCESS_B2I_V3_ID
    
final public static  intACCESS_BTREE_BRANCHCONTROLROW_V1_ID
    
final public static  intACCESS_BTREE_LEAFCONTROLROW_V1_ID
    
final public static  intACCESS_FORMAT_ID
    
final public static  intACCESS_GISTUNDO_V1_ID
    
final public static  intACCESS_GIST_BRANCHCONTROLROW_V1_ID
    
final public static  intACCESS_GIST_LEAFCONTROLROW_V1_ID
    
final public static  intACCESS_GIST_RTREE_V1_ID
    
final public static  intACCESS_HEAP_ROW_LOCATION_V1_ID
    
final public static  intACCESS_HEAP_V2_ID
    
final public static  intACCESS_SERIALIZABLEWRAPPER_V1_ID
    
final public static  intACCESS_TREE_V1_ID
    
final public static  intACCESS_T_INTCOL_V1_ID
    
final public static  intACCESS_T_RECTANGLE_ID
    
final public static  intACCESS_T_STRINGCOLUMN_ID
    
final public static  intACCESS_U8_V1_ID
     Access ids.
final public static  intADD_JAR_CONSTANT_ACTION_V01_ID
    
final public static  intAGG_AVG_V01_ID
    
final public static  intAGG_COUNT_STAR_V01_ID
    
final public static  intAGG_COUNT_V01_ID
    
final public static  intAGG_INFO_LIST_V01_ID
    
final public static  intAGG_INFO_V01_ID
    
final public static  intAGG_MAX_MIN_V01_ID
    
final public static  intAGG_MIN_V01_ID
    
final public static  intAGG_SUM_V01_ID
    
final public static  intAGG_USER_ADAPTOR_V01_ID
    
final public static  intALIAS_DESCRIPTOR_FINDER_V01_ID
    
final public static  intALTER_SPS_CONSTANT_ACTION_V01_ID
    
final public static  intBASIC_UUID
    
final public static  intBITIMPL_V01_ID
    
final public static  intBIT_COMPILATION_TYPE_ID
    
final public static  intBIT_TYPE_ID
    
final public static  intBIT_TYPE_ID_IMPL
    
final public static  intBLOB_COMPILATION_TYPE_ID
    
final public static  intBLOB_TYPE_ID
    
final public static  intBLOB_TYPE_ID_IMPL
     class org.apache.derby.catalog.types.LongvarbitTypeIdImpl - does not exist, but we do it the same way for BLOB as for Longvarbit...
final public static  intBOOLEAN_COMPILATION_TYPE_ID
    
final public static  intBOOLEAN_TYPE_ID
    
final public static  intBOOLEAN_TYPE_ID_IMPL
    
final public static  intCHAR_COMPILATION_TYPE_ID
    
final public static  intCHAR_TYPE_ID
    
final public static  intCHAR_TYPE_ID_IMPL
    
final public static  intCLASS_ALIAS_INFO_V01_ID
    
final public static  intCLOB_COMPILATION_TYPE_ID
    
final public static  intCLOB_TYPE_ID
    
final public static  intCLOB_TYPE_ID_IMPL
    
final public static  intCOLUMNS_PERMISSION_FINDER_V01_ID
    
final public static  intCOLUMN_DESCRIPTOR_FINDER_V01_ID
    
final public static  intCOLUMN_INFO_V02_ID
    
final public static  intCONGLOMERATE_DESCRIPTOR_FINDER_V01_ID
    
final public static  intCONSTRAINT_DESCRIPTOR_FINDER_V01_ID
    
final public static  intCONSTRAINT_INFO_V01_ID
    
final public static  intCREATE_TRIGGER_CONSTANT_ACTION_V01_ID
    
final public static  intCURSOR_INFO_V01_ID
    
final public static  intCURSOR_TABLE_REFERENCE_V01_ID
    
final public static  intDATA_DICTIONARY_DESCRIPTOR_FINDER_V01_ID
    
final public static  intDATA_TYPE_IMPL_DESCRIPTOR_V01_ID
    
final public static  intDATA_TYPE_SERVICES_IMPL_V01_ID
    
final public static  intDATE_TYPE_ID
    
final public static  intDATE_TYPE_ID_IMPL
    
final public static  intDD_ARISTOTLE_VERSION_ID
    
final public static  intDD_ARWEN_VERSION_ID
     class org.apache.derby.impl.sql.catalog.DD_Version now mapped to a single class DD_Version.
final public static  intDD_BUFFY_VERSION_ID
    
final public static  intDD_DB2J72_VERSION_ID
     class org.apache.derby.impl.sql.catalog.DD_DB2J72 now mapped to a single class DD_Version.
final public static  intDD_IVANOVA_VERSION_ID
    
final public static  intDD_MULAN_VERSION_ID
    
final public static  intDD_PLATO_VERSION_ID
    
final public static  intDD_SOCRATES_VERSION_ID
    
final public static  intDD_XENA_VERSION_ID
    
final public static  intDECIMAL_COMPILATION_TYPE_ID
    
final public static  intDECIMAL_TYPE_ID
    
final public static  intDECIMAL_TYPE_ID_IMPL
    
final public static  intDEFAULT_DESCRIPTOR_FINDER_V01_ID
    
final public static  intDEFAULT_INFO_IMPL_V01_ID
    
final public static  intDELETE_CONSTANT_ACTION_V01_ID
    
final public static  intDOUBLE_COMPILATION_TYPE_ID
    
final public static  intDOUBLE_TYPE_ID
    
final public static  intDOUBLE_TYPE_ID_IMPL
    
final public static  intDROP_JAR_CONSTANT_ACTION_V01_ID
    
final public static  intDROP_STATISTICS_CONSTANT_ACTION_ID
    
final public static  intDROP_TRIGGER_CONSTANT_ACTION_V01_ID
    
final public static  intEXTERNALIZABLE_CONNECTION_ID
     LocalDriver Formatables.
final public static  intFILE_INFO_FINDER_V01_ID
    
final public static  intFILE_STREAM_LOG_FILE
    
final public static  intFK_INFO_V01_ID
    
final public static  intFORMATABLE_ARRAY_HOLDER_V01_ID
    
final public static  intFORMATABLE_BYTE_ARRAY_V01_ID
    
final public static  intFORMATABLE_HASHTABLE_V01_ID
    
final public static  intFORMATABLE_INT_HOLDER_V01_ID
    
final public static  intFORMATABLE_LONG_HOLDER_V01_ID
    
final public static  intFORMATABLE_PROPERTIES_V01_ID
    
final public static  intGENERIC_COLUMN_DESCRIPTOR_V02_ID
    
final public static  intGENERIC_RESULT_DESCRIPTION_V01_ID
    
final public static  intGENERIC_TYPE_DESCRIPTOR_V01_ID
    
final public static  intGENERIC_TYPE_ID_V01_ID
    
final public static  intINDEX_COLUMN_ORDER_V01_ID
    
final public static  intINDEX_DESCRIPTOR_IMPL_V02_ID
    
final public static  intINDEX_ROW_GENERATOR_V01_ID
    
final public static  intINDEX_ROW_V01_ID
    
final public static  intINSERT_CONSTANT_ACTION_V01_ID
    
final public static  intINT_COMPILATION_TYPE_ID
    
final public static  intINT_TYPE_ID
    
final public static  intINT_TYPE_ID_IMPL
    
final public static  intJSQLTYPEIMPL_ID
    
final public static  intLOGOP_ALLOC_PAGE
    
final public static  intLOGOP_BEGIN_XACT
    
final public static  intLOGOP_CHAIN_ALLOC_PAGE
    
final public static  intLOGOP_CHECKPOINT
    
final public static  intLOGOP_CHECKSUM
    
final public static  intLOGOP_COMPRESS_SPACE
    
final public static  intLOGOP_CONTAINER
    
final public static  intLOGOP_CONTAINER_UNDO
    
final public static  intLOGOP_COPY_ROWS
    
final public static  intLOGOP_DELETE
    
final public static  intLOGOP_ENCRYPT_CONTAINER
    
final public static  intLOGOP_ENCRYPT_CONTAINER_UNDO
    
final public static  intLOGOP_END_XACT
    
final public static  intLOGOP_INIT_PAGE
    
final public static  intLOGOP_INSERT
    
final public static  intLOGOP_INVALIDATE_PAGE
    
final public static  intLOGOP_PAGE_LOGICAL_UNDO
    
final public static  intLOGOP_PAGE_PHYSICAL_UNDO
    
final public static  intLOGOP_PURGE
    
final public static  intLOGOP_REMOVE_FILE
    
final public static  intLOGOP_SET_RESERVED_SPACE
    
final public static  intLOGOP_UPDATE
    
final public static  intLOGOP_UPDATE_FIELD
    
final public static  intLOG_COUNTER
    
final public static  intLOG_RECORD
    
final public static  intLONGINT_COMPILATION_TYPE_ID
    
final public static  intLONGINT_TYPE_ID
    
final public static  intLONGINT_TYPE_ID_IMPL
    
final public static  intLONGVARBIT_COMPILATION_TYPE_ID
    
final public static  intLONGVARBIT_TYPE_ID
    
final public static  intLONGVARBIT_TYPE_ID_IMPL
    
final public static  intLONGVARCHAR_COMPILATION_TYPE_ID
    
final public static  intLONGVARCHAR_TYPE_ID
    
final public static  intLONGVARCHAR_TYPE_ID_IMPL
    
final public static  intMAX_ID_2
    
final public static  intMAX_ID_4
    
 intMAX_TWO_BYTE_FORMAT_ID
     Maximum value for a two byte format id.
final public static  intMETHOD_ALIAS_INFO_V01_ID
    
 intMIN_ID_2
    
 intMIN_ID_4
    
 intMIN_TWO_BYTE_FORMAT_ID
     Minimum value for a two byte format id.
final public static  intNATIONAL_CHAR_TYPE_ID
    
final public static  intNATIONAL_CHAR_TYPE_ID_IMPL
    
final public static  intNATIONAL_LONGVARCHAR_TYPE_ID
    
final public static  intNATIONAL_LONGVARCHAR_TYPE_ID_IMPL
    
final public static  intNATIONAL_VARCHAR_TYPE_ID
    
final public static  intNATIONAL_VARCHAR_TYPE_ID_IMPL
    
final public static  intNCLOB_TYPE_ID
    
final public static  intNCLOB_TYPE_ID_IMPL
    
final public static  intNULL_FORMAT_ID
    
final public static  intOIDIMPL_V01_ID
    
final public static  intPARAMETER_DESCRIPTOR_V01_ID
    
final public static  intPC_XENA_VERSION_ID
    
final public static  intPROVIDER_INFO_V01_ID
    
final public static  intPROVIDER_INFO_V02_ID
    
final public static  intRAW_STORE_ALLOC_PAGE
    
final public static  intRAW_STORE_GLOBAL_XACT_ID_NEW
    
final public static  intRAW_STORE_GLOBAL_XACT_ID_V20
    
final public static  intRAW_STORE_SINGLE_CONTAINER_FILE
    
final public static  intRAW_STORE_SINGLE_CONTAINER_STREAM_FILE
    
final public static  intRAW_STORE_STORED_PAGE
    
final public static  intRAW_STORE_TRANSACTION_TABLE
    
final public static  intRAW_STORE_TRANSACTION_TABLE_ENTRY
    
final public static  intRAW_STORE_XACT_ID
    
final public static  intREAL_ANY_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_COMPILATION_TYPE_ID
    
final public static  intREAL_CURRENT_OF_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_DELETE_CASCADE_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_DELETE_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_DELETE_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_DISTINCT_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_DISTINCT_SCAN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_GROUPED_AGGREGATE_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_HASH_JOIN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_HASH_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_HASH_SCAN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_HASH_TABLE_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_INDEX_ROW_TO_BASE_ROW_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_INSERT_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_INSERT_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_LAST_INDEX_KEY_SCAN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_MATERIALIZED_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_NESTED_LOOP_JOIN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_NESTED_LOOP_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_NORMALIZE_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_ONCE_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_PROJECT_RESTRICT_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_ROW_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_SCROLL_INSENSITIVE_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_SORT_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_TABLE_SCAN_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_TYPE_ID
    
final public static  intREAL_TYPE_ID_IMPL
    
final public static  intREAL_UNION_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_UPDATE_RESULT_SET_STATISTICS_IMPL_V01_ID
    
final public static  intREAL_VTI_STATISTICS_IMPL_V01_ID
    
final public static  intREFERENCED_COLUMNS_DESCRIPTOR_IMPL_V01_ID
    
final public static  intREF_COMPILATION_TYPE_ID
    
final public static  intREF_TYPE_ID
    
final public static  intREF_TYPE_ID_IMPL
    
final public static  intRENAME_CONSTANT_ACTION_V01_ID
    
final public static  intREPLACE_JAR_CONSTANT_ACTION_V01_ID
    
final public static  intREP_SET_TRIGGERS_CONSTANT_ACTION_V01_ID
    
final public static  intROUTINE_INFO_V01_ID
    
final public static  intROUTINE_PERMISSION_FINDER_V01_ID
    
final public static  intROW_LIST_V01_ID
    
final public static  intRUN_TIME_STATISTICS_IMPL_V01_ID
    
final public static  intSAVEPOINT_V01_ID
    
final public static  intSCHEMA_DESCRIPTOR_FINDER_V01_ID
    
final public static  intSERIALIZABLE_FORMAT_ID
     Special format id for tagging Serializable objects.
final public static  intSET_SCHEMA_CONSTANT_ACTION_V02_ID
    
final public static  intSET_TRANSACTION_ISOLATION_CONSTANT_ACTION_V02_ID
    
final public static  intSET_TRIGGERS_CONSTANT_ACTION_V01_ID
    
final public static  intSMALLINT_COMPILATION_TYPE_ID
    
final public static  intSMALLINT_TYPE_ID
    
final public static  intSMALLINT_TYPE_ID_IMPL
    
final public static  intSPS_DESCRIPTOR_FINDER_V01_ID
    
final public static  intSQL_BIT_ID
    
final public static  intSQL_BLOB_ID
    
final public static  intSQL_BOOLEAN_ID
    
final public static  intSQL_CHAR_ID
    
final public static  intSQL_CLOB_ID
    
final public static  intSQL_DATE_ID
    
final public static  intSQL_DECIMAL_ID
    
final public static  intSQL_DOUBLE_ID
    
final public static  intSQL_INTEGER_ID
    
final public static  intSQL_LONGINT_ID
    
final public static  intSQL_LONGVARBIT_ID
    
final public static  intSQL_LONGVARCHAR_ID
    
final public static  intSQL_NATIONAL_CHAR_ID
    
final public static  intSQL_NATIONAL_LONGVARCHAR_ID
    
final public static  intSQL_NATIONAL_VARCHAR_ID
    
final public static  intSQL_NCLOB_ID
    
final public static  intSQL_REAL_ID
    
final public static  intSQL_REF_ID
    
final public static  intSQL_SMALLINT_ID
    
final public static  intSQL_TIMESTAMP_ID
    
final public static  intSQL_TIME_ID
    
final public static  intSQL_TINYINT_ID
    
final public static  intSQL_USERTYPE_ID_V3
    
final public static  intSQL_VARBIT_ID
    
final public static  intSQL_VARCHAR_ID
    
final public static  intSQL_XML_UTIL_V01_ID
    
final public static  intSTATISTICS_CONSTANT_ACTION_V01_ID
    
final public static  intSTATISTICS_IMPL_V01_ID
    
final public static  intSTORABLE_PREPARED_STATEMENT_V01_ID
    
final public static  intSTRING_FORMAT_ID
    
final public static  intSYNONYM_INFO_V01_ID
    
final public static  intTABLE_DESCRIPTOR_FINDER_V01_ID
    
final public static  intTABLE_PERMISSION_FINDER_V01_ID
    
final public static  intTIMESTAMP_TYPE_ID
    
final public static  intTIMESTAMP_TYPE_ID_IMPL
    
final public static  intTIME_TYPE_ID
    
final public static  intTIME_TYPE_ID_IMPL
    
final public static  intTINYINT_COMPILATION_TYPE_ID
    
final public static  intTINYINT_TYPE_ID
    
final public static  intTINYINT_TYPE_ID_IMPL
    
final public static  intTRANSACTION_CONSTANT_ACTION_V01_ID
    
final public static  intTRIGGER_DESCRIPTOR_FINDER_V01_ID
    
final public static  intTRIGGER_DESCRIPTOR_V01_ID
    
final public static  intTRIGGER_INFO_V01_ID
    
 intTWO_BYTE_FORMAT_ID_BYTE_LENGTH
     Byte length of a two byt format id.
final public static  intUNUSED_240
    
final public static  intUNUSED_243
    
final public static  intUNUSED_2_141
    
final public static  intUNUSED_2_142
    
final public static  intUNUSED_2_143
    
final public static  intUNUSED_2_144
    
final public static  intUNUSED_2_204
    
final public static  intUNUSED_2_215
    
final public static  intUNUSED_2_221
    
final public static  intUNUSED_2_222
    
final public static  intUNUSED_2_275
    
final public static  intUNUSED_2_280
    
final public static  intUNUSED_2_289
    
final public static  intUNUSED_2_41
    
final public static  intUNUSED_2_42
    
final public static  intUPDATABLE_VTI_CONSTANT_ACTION_V01_ID
    
final public static  intUPDATE_CONSTANT_ACTION_V01_ID
    
final public static  intUPDATE_STATISTICS_CONSTANT_ACTION_ID
    
final public static  intUSERDEFINED_COMPILATION_TYPE_ID
    
final public static  intUSERDEFINED_COMPILATION_TYPE_ID_V2
    
final public static  intUSERDEFINED_TYPE_ID_IMPL_V3
    
final public static  intUSERDEFINED_TYPE_ID_V3
    
final public static  intUSER_AGGREGATE_ALIAS_INFO_V01_ID
    
final public static  intVALUE_ROW_V01_ID
    
final public static  intVARBIT_COMPILATION_TYPE_ID
    
final public static  intVARBIT_TYPE_ID
    
final public static  intVARBIT_TYPE_ID_IMPL
    
final public static  intVARCHAR_COMPILATION_TYPE_ID
    
final public static  intVARCHAR_TYPE_ID
    
final public static  intVARCHAR_TYPE_ID_IMPL
    
final public static  intVIEW_DESCRIPTOR_FINDER_V01_ID
    
final public static  intWORK_UNIT_ALIAS_INFO_V01_ID
    
final public static  intWRITE_CURSOR_CONSTANT_ACTION_V01_ID
    
final public static  intXML_ID
    
final public static  intXML_TYPE_ID
     Instance of TypeId for XML data types.
final public static  intXML_TYPE_ID_IMPL
     class org.apache.derby.iapi.types.XML (implementation of org.apache.derby.iapi.types.XMLDataValue).



Field Detail
ACCESS_B2IUNDO_V1_ID
final public static int ACCESS_B2IUNDO_V1_ID(Code)



ACCESS_B2I_STATIC_COMPILED_V1_ID
final public static int ACCESS_B2I_STATIC_COMPILED_V1_ID(Code)



ACCESS_B2I_V2_ID
final public static int ACCESS_B2I_V2_ID(Code)



ACCESS_B2I_V3_ID
final public static int ACCESS_B2I_V3_ID(Code)



ACCESS_BTREE_BRANCHCONTROLROW_V1_ID
final public static int ACCESS_BTREE_BRANCHCONTROLROW_V1_ID(Code)



ACCESS_BTREE_LEAFCONTROLROW_V1_ID
final public static int ACCESS_BTREE_LEAFCONTROLROW_V1_ID(Code)



ACCESS_FORMAT_ID
final public static int ACCESS_FORMAT_ID(Code)



ACCESS_GISTUNDO_V1_ID
final public static int ACCESS_GISTUNDO_V1_ID(Code)



ACCESS_GIST_BRANCHCONTROLROW_V1_ID
final public static int ACCESS_GIST_BRANCHCONTROLROW_V1_ID(Code)



ACCESS_GIST_LEAFCONTROLROW_V1_ID
final public static int ACCESS_GIST_LEAFCONTROLROW_V1_ID(Code)



ACCESS_GIST_RTREE_V1_ID
final public static int ACCESS_GIST_RTREE_V1_ID(Code)



ACCESS_HEAP_ROW_LOCATION_V1_ID
final public static int ACCESS_HEAP_ROW_LOCATION_V1_ID(Code)



ACCESS_HEAP_V2_ID
final public static int ACCESS_HEAP_V2_ID(Code)



ACCESS_SERIALIZABLEWRAPPER_V1_ID
final public static int ACCESS_SERIALIZABLEWRAPPER_V1_ID(Code)



ACCESS_TREE_V1_ID
final public static int ACCESS_TREE_V1_ID(Code)



ACCESS_T_INTCOL_V1_ID
final public static int ACCESS_T_INTCOL_V1_ID(Code)



ACCESS_T_RECTANGLE_ID
final public static int ACCESS_T_RECTANGLE_ID(Code)



ACCESS_T_STRINGCOLUMN_ID
final public static int ACCESS_T_STRINGCOLUMN_ID(Code)



ACCESS_U8_V1_ID
final public static int ACCESS_U8_V1_ID(Code)
Access ids.



ADD_JAR_CONSTANT_ACTION_V01_ID
final public static int ADD_JAR_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.impl.sql.execute.AddJarConstantAction;



AGG_AVG_V01_ID
final public static int AGG_AVG_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.AvgAggregator



AGG_COUNT_STAR_V01_ID
final public static int AGG_COUNT_STAR_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.CountStarAggregator



AGG_COUNT_V01_ID
final public static int AGG_COUNT_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.CountAggregator



AGG_INFO_LIST_V01_ID
final public static int AGG_INFO_LIST_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.AggregateInfoList



AGG_INFO_V01_ID
final public static int AGG_INFO_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.AggregateInfo



AGG_MAX_MIN_V01_ID
final public static int AGG_MAX_MIN_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.MaxMinAggregator



AGG_MIN_V01_ID
final public static int AGG_MIN_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.MinAggregator



AGG_SUM_V01_ID
final public static int AGG_SUM_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.SumAggregator



AGG_USER_ADAPTOR_V01_ID
final public static int AGG_USER_ADAPTOR_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.UserAggregatorAggregator



ALIAS_DESCRIPTOR_FINDER_V01_ID
final public static int ALIAS_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.AliasDescriptorFinder



ALTER_SPS_CONSTANT_ACTION_V01_ID
final public static int ALTER_SPS_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.AlterSPSConstantAction



BASIC_UUID
final public static int BASIC_UUID(Code)
identifiers



BITIMPL_V01_ID
final public static int BITIMPL_V01_ID(Code)
class org.apache.derby.iapi.services.io.FormatableBitSet



BIT_COMPILATION_TYPE_ID
final public static int BIT_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.BitTypeId



BIT_TYPE_ID
final public static int BIT_TYPE_ID(Code)
class org.apache.derby.iapi.types.BitTypeId



BIT_TYPE_ID_IMPL
final public static int BIT_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.BitTypeIdImpl



BLOB_COMPILATION_TYPE_ID
final public static int BLOB_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!! But for BLOB we do the same as for LONGVARBIT, only need different ids



BLOB_TYPE_ID
final public static int BLOB_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!! But for BLOB we do the same as for LONGVARBIT, only need different ids



BLOB_TYPE_ID_IMPL
final public static int BLOB_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.LongvarbitTypeIdImpl - does not exist, but we do it the same way for BLOB as for Longvarbit...



BOOLEAN_COMPILATION_TYPE_ID
final public static int BOOLEAN_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.BooleanTypeId



BOOLEAN_TYPE_ID
final public static int BOOLEAN_TYPE_ID(Code)
class org.apache.derby.iapi.types.BooleanTypeId



BOOLEAN_TYPE_ID_IMPL
final public static int BOOLEAN_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.BooleanTypeIdImpl



CHAR_COMPILATION_TYPE_ID
final public static int CHAR_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.CharTypeId



CHAR_TYPE_ID
final public static int CHAR_TYPE_ID(Code)
class org.apache.derby.iapi.types.CharTypeId



CHAR_TYPE_ID_IMPL
final public static int CHAR_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.CharTypeIdImpl



CLASS_ALIAS_INFO_V01_ID
final public static int CLASS_ALIAS_INFO_V01_ID(Code)
class org.apache.derby.catalog.types.ClassAliasInfo



CLOB_COMPILATION_TYPE_ID
final public static int CLOB_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarcharTypeId



CLOB_TYPE_ID
final public static int CLOB_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarcharTypeId



CLOB_TYPE_ID_IMPL
final public static int CLOB_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.LongvarcharTypeIdImpl



COLUMNS_PERMISSION_FINDER_V01_ID
final public static int COLUMNS_PERMISSION_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo



COLUMN_DESCRIPTOR_FINDER_V01_ID
final public static int COLUMN_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.ColumnDescriptorFinder



COLUMN_INFO_V02_ID
final public static int COLUMN_INFO_V02_ID(Code)
class org.apache.derby.impl.sql.execute.ColumnInfo



CONGLOMERATE_DESCRIPTOR_FINDER_V01_ID
final public static int CONGLOMERATE_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.ConglomerateDescriptorFinder



CONSTRAINT_DESCRIPTOR_FINDER_V01_ID
final public static int CONSTRAINT_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.ConstraintDescriptorFinder



CONSTRAINT_INFO_V01_ID
final public static int CONSTRAINT_INFO_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.ConstraintInfo



CREATE_TRIGGER_CONSTANT_ACTION_V01_ID
final public static int CREATE_TRIGGER_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.impl.sql.execute.CreateTriggerConstantAction



CURSOR_INFO_V01_ID
final public static int CURSOR_INFO_V01_ID(Code)
class org.apache.derby.impl.sql.CursorInfo



CURSOR_TABLE_REFERENCE_V01_ID
final public static int CURSOR_TABLE_REFERENCE_V01_ID(Code)
class org.apache.derby.impl.sql.CursorTableReference



DATA_DICTIONARY_DESCRIPTOR_FINDER_V01_ID
final public static int DATA_DICTIONARY_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.DataDictionaryDescriptorFinder



DATA_TYPE_IMPL_DESCRIPTOR_V01_ID
final public static int DATA_TYPE_IMPL_DESCRIPTOR_V01_ID(Code)
class org.apache.derby.catalog.types.TypeDescriptorImpl



DATA_TYPE_SERVICES_IMPL_V01_ID
final public static int DATA_TYPE_SERVICES_IMPL_V01_ID(Code)
class com.ibm.db2j.protcol.Datatypes.Execution.DataTypeDescriptor



DATE_TYPE_ID
final public static int DATE_TYPE_ID(Code)
class org.apache.derby.iapi.types.DateTypeId



DATE_TYPE_ID_IMPL
final public static int DATE_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.TypesImplInstanceGetter



DD_ARISTOTLE_VERSION_ID
final public static int DD_ARISTOTLE_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_AristotleVersion



DD_ARWEN_VERSION_ID
final public static int DD_ARWEN_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_Version now mapped to a single class DD_Version. 5.1 and later databases will have this as the format identifier for their catalog version number.



DD_BUFFY_VERSION_ID
final public static int DD_BUFFY_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_BuffyVersion



DD_DB2J72_VERSION_ID
final public static int DD_DB2J72_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_DB2J72 now mapped to a single class DD_Version. 5.0 databases will have this as the format identifier for their catalog version number.



DD_IVANOVA_VERSION_ID
final public static int DD_IVANOVA_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_IvanovaVersion



DD_MULAN_VERSION_ID
final public static int DD_MULAN_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_MulanVersion



DD_PLATO_VERSION_ID
final public static int DD_PLATO_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_PlatoVersion



DD_SOCRATES_VERSION_ID
final public static int DD_SOCRATES_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_SocratesVersion



DD_XENA_VERSION_ID
final public static int DD_XENA_VERSION_ID(Code)
class org.apache.derby.impl.sql.catalog.DD_XenaVersion



DECIMAL_COMPILATION_TYPE_ID
final public static int DECIMAL_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.DecimalTypeId



DECIMAL_TYPE_ID
final public static int DECIMAL_TYPE_ID(Code)
class org.apache.derby.iapi.types.DecimalTypeId



DECIMAL_TYPE_ID_IMPL
final public static int DECIMAL_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.DecimalTypeIdImpl



DEFAULT_DESCRIPTOR_FINDER_V01_ID
final public static int DEFAULT_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.DefaultDescriptorFinder



DEFAULT_INFO_IMPL_V01_ID
final public static int DEFAULT_INFO_IMPL_V01_ID(Code)
class org.apache.derby.catalog.types.DefaultInfoImpl



DELETE_CONSTANT_ACTION_V01_ID
final public static int DELETE_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.DeleteConstantAction



DOUBLE_COMPILATION_TYPE_ID
final public static int DOUBLE_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.DoubleTypeId



DOUBLE_TYPE_ID
final public static int DOUBLE_TYPE_ID(Code)
class org.apache.derby.iapi.types.DoubleTypeId



DOUBLE_TYPE_ID_IMPL
final public static int DOUBLE_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.DoubleTypeIdImpl



DROP_JAR_CONSTANT_ACTION_V01_ID
final public static int DROP_JAR_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.impl.sql.execute.DropJarConstantAction;



DROP_STATISTICS_CONSTANT_ACTION_ID
final public static int DROP_STATISTICS_CONSTANT_ACTION_ID(Code)



DROP_TRIGGER_CONSTANT_ACTION_V01_ID
final public static int DROP_TRIGGER_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.impl.sql.execute.DropTriggerConstantAction



EXTERNALIZABLE_CONNECTION_ID
final public static int EXTERNALIZABLE_CONNECTION_ID(Code)
LocalDriver Formatables.



FILE_INFO_FINDER_V01_ID
final public static int FILE_INFO_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.FileInfoFinder



FILE_STREAM_LOG_FILE
final public static int FILE_STREAM_LOG_FILE(Code)
Log files



FK_INFO_V01_ID
final public static int FK_INFO_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.FKInfo



FORMATABLE_ARRAY_HOLDER_V01_ID
final public static int FORMATABLE_ARRAY_HOLDER_V01_ID(Code)
class org.apache.derby.iapi.services.io.FormatableArrayHolder



FORMATABLE_BYTE_ARRAY_V01_ID
final public static int FORMATABLE_BYTE_ARRAY_V01_ID(Code)
InternalUtils MODULE CLASSES



FORMATABLE_HASHTABLE_V01_ID
final public static int FORMATABLE_HASHTABLE_V01_ID(Code)
class org.apache.derby.iapi.services.io.FormatableHashtable



FORMATABLE_INT_HOLDER_V01_ID
final public static int FORMATABLE_INT_HOLDER_V01_ID(Code)
class org.apache.derby.iapi.services.io.FormatableIntHolder



FORMATABLE_LONG_HOLDER_V01_ID
final public static int FORMATABLE_LONG_HOLDER_V01_ID(Code)
class org.apache.derby.iapi.services.io.FormatableLongHolder



FORMATABLE_PROPERTIES_V01_ID
final public static int FORMATABLE_PROPERTIES_V01_ID(Code)
class org.apache.derby.iapi.services.io.FormatableProperties



GENERIC_COLUMN_DESCRIPTOR_V02_ID
final public static int GENERIC_COLUMN_DESCRIPTOR_V02_ID(Code)
class org.apache.derby.impl.sql.GenericColumnDescriptor



GENERIC_RESULT_DESCRIPTION_V01_ID
final public static int GENERIC_RESULT_DESCRIPTION_V01_ID(Code)
class org.apache.derby.impl.sql.GenericResultDescription



GENERIC_TYPE_DESCRIPTOR_V01_ID
final public static int GENERIC_TYPE_DESCRIPTOR_V01_ID(Code)
class org.apache.derby.impl.sql.GenericTypeDescriptor



GENERIC_TYPE_ID_V01_ID
final public static int GENERIC_TYPE_ID_V01_ID(Code)
class org.apache.derby.impl.sql.GenericTypeId



INDEX_COLUMN_ORDER_V01_ID
final public static int INDEX_COLUMN_ORDER_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.IndexColumnOrder



INDEX_DESCRIPTOR_IMPL_V02_ID
final public static int INDEX_DESCRIPTOR_IMPL_V02_ID(Code)
class org.apache.derby.catalog.types.IndexDescriptorImpl



INDEX_ROW_GENERATOR_V01_ID
final public static int INDEX_ROW_GENERATOR_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.IndexRowGeneratorImpl



INDEX_ROW_V01_ID
final public static int INDEX_ROW_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.IndexRow



INSERT_CONSTANT_ACTION_V01_ID
final public static int INSERT_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.InsertConstantAction



INT_COMPILATION_TYPE_ID
final public static int INT_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.IntTypeId



INT_TYPE_ID
final public static int INT_TYPE_ID(Code)
class org.apache.derby.iapi.types.IntTypeId



INT_TYPE_ID_IMPL
final public static int INT_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.IntTypeIdImpl



JSQLTYPEIMPL_ID
final public static int JSQLTYPEIMPL_ID(Code)
class org.apache.derby.iapi.types.JSQLType



LOGOP_ALLOC_PAGE
final public static int LOGOP_ALLOC_PAGE(Code)



LOGOP_BEGIN_XACT
final public static int LOGOP_BEGIN_XACT(Code)



LOGOP_CHAIN_ALLOC_PAGE
final public static int LOGOP_CHAIN_ALLOC_PAGE(Code)
Raw Store Log operation Ids



LOGOP_CHECKPOINT
final public static int LOGOP_CHECKPOINT(Code)



LOGOP_CHECKSUM
final public static int LOGOP_CHECKSUM(Code)



LOGOP_COMPRESS_SPACE
final public static int LOGOP_COMPRESS_SPACE(Code)



LOGOP_CONTAINER
final public static int LOGOP_CONTAINER(Code)



LOGOP_CONTAINER_UNDO
final public static int LOGOP_CONTAINER_UNDO(Code)



LOGOP_COPY_ROWS
final public static int LOGOP_COPY_ROWS(Code)



LOGOP_DELETE
final public static int LOGOP_DELETE(Code)



LOGOP_ENCRYPT_CONTAINER
final public static int LOGOP_ENCRYPT_CONTAINER(Code)



LOGOP_ENCRYPT_CONTAINER_UNDO
final public static int LOGOP_ENCRYPT_CONTAINER_UNDO(Code)



LOGOP_END_XACT
final public static int LOGOP_END_XACT(Code)



LOGOP_INIT_PAGE
final public static int LOGOP_INIT_PAGE(Code)



LOGOP_INSERT
final public static int LOGOP_INSERT(Code)



LOGOP_INVALIDATE_PAGE
final public static int LOGOP_INVALIDATE_PAGE(Code)



LOGOP_PAGE_LOGICAL_UNDO
final public static int LOGOP_PAGE_LOGICAL_UNDO(Code)



LOGOP_PAGE_PHYSICAL_UNDO
final public static int LOGOP_PAGE_PHYSICAL_UNDO(Code)



LOGOP_PURGE
final public static int LOGOP_PURGE(Code)



LOGOP_REMOVE_FILE
final public static int LOGOP_REMOVE_FILE(Code)



LOGOP_SET_RESERVED_SPACE
final public static int LOGOP_SET_RESERVED_SPACE(Code)



LOGOP_UPDATE
final public static int LOGOP_UPDATE(Code)



LOGOP_UPDATE_FIELD
final public static int LOGOP_UPDATE_FIELD(Code)



LOG_COUNTER
final public static int LOG_COUNTER(Code)



LOG_RECORD
final public static int LOG_RECORD(Code)
Log record



LONGINT_COMPILATION_TYPE_ID
final public static int LONGINT_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongintTypeId



LONGINT_TYPE_ID
final public static int LONGINT_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongintTypeId



LONGINT_TYPE_ID_IMPL
final public static int LONGINT_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.LongintTypeIdImpl



LONGVARBIT_COMPILATION_TYPE_ID
final public static int LONGVARBIT_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!



LONGVARBIT_TYPE_ID
final public static int LONGVARBIT_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarbitTypeId - XXXX does not exist!!!



LONGVARBIT_TYPE_ID_IMPL
final public static int LONGVARBIT_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.LongvarbitTypeIdImpl - does nto exist



LONGVARCHAR_COMPILATION_TYPE_ID
final public static int LONGVARCHAR_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarcharTypeId



LONGVARCHAR_TYPE_ID
final public static int LONGVARCHAR_TYPE_ID(Code)
class org.apache.derby.iapi.types.LongvarcharTypeId



LONGVARCHAR_TYPE_ID_IMPL
final public static int LONGVARCHAR_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.LongvarcharTypeIdImpl



MAX_ID_2
final public static int MAX_ID_2(Code)
UDPATE MAX_ID_2 WHEN YOU ADD A NEW FORMATABLE



MAX_ID_4
final public static int MAX_ID_4(Code)



MAX_TWO_BYTE_FORMAT_ID
int MAX_TWO_BYTE_FORMAT_ID(Code)
Maximum value for a two byte format id.



METHOD_ALIAS_INFO_V01_ID
final public static int METHOD_ALIAS_INFO_V01_ID(Code)
class org.apache.derby.catalog.types.MethodAliasInfo



MIN_ID_2
int MIN_ID_2(Code)



MIN_ID_4
int MIN_ID_4(Code)



MIN_TWO_BYTE_FORMAT_ID
int MIN_TWO_BYTE_FORMAT_ID(Code)
Minimum value for a two byte format id.



NATIONAL_CHAR_TYPE_ID
final public static int NATIONAL_CHAR_TYPE_ID(Code)
class org.apache.derby.iapi.types.NationalCharTypeId



NATIONAL_CHAR_TYPE_ID_IMPL
final public static int NATIONAL_CHAR_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.NationalCharTypeIdImpl



NATIONAL_LONGVARCHAR_TYPE_ID
final public static int NATIONAL_LONGVARCHAR_TYPE_ID(Code)
class org.apache.derby.iapi.types.NationalLongvarcharTypeId



NATIONAL_LONGVARCHAR_TYPE_ID_IMPL
final public static int NATIONAL_LONGVARCHAR_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.NationalLongVarcharTypeIdImpl



NATIONAL_VARCHAR_TYPE_ID
final public static int NATIONAL_VARCHAR_TYPE_ID(Code)
class org.apache.derby.iapi.types.NationalVarcharTypeId



NATIONAL_VARCHAR_TYPE_ID_IMPL
final public static int NATIONAL_VARCHAR_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.NationalVarcharTypeIdImpl



NCLOB_TYPE_ID
final public static int NCLOB_TYPE_ID(Code)
class org.apache.derby.iapi.types.NationalLongvarcharTypeId



NCLOB_TYPE_ID_IMPL
final public static int NCLOB_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.NationalLongVarcharTypeIdImpl



NULL_FORMAT_ID
final public static int NULL_FORMAT_ID(Code)
Special format id for any null referance



OIDIMPL_V01_ID
final public static int OIDIMPL_V01_ID(Code)
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || || DEPRECATED || |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| class org.apache.derby.impl.sql.catalog.OIDImpl



PARAMETER_DESCRIPTOR_V01_ID
final public static int PARAMETER_DESCRIPTOR_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.ParameterDescriptorImpl



PC_XENA_VERSION_ID
final public static int PC_XENA_VERSION_ID(Code)
class org.apache.derby.impl.store.access.PropertyConglomerate



PROVIDER_INFO_V01_ID
final public static int PROVIDER_INFO_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.ProviderInfo



PROVIDER_INFO_V02_ID
final public static int PROVIDER_INFO_V02_ID(Code)
class org.apache.derby.Database.Language.DependencySystem.Generic.ProviderInfo



RAW_STORE_ALLOC_PAGE
final public static int RAW_STORE_ALLOC_PAGE(Code)



RAW_STORE_GLOBAL_XACT_ID_NEW
final public static int RAW_STORE_GLOBAL_XACT_ID_NEW(Code)



RAW_STORE_GLOBAL_XACT_ID_V20
final public static int RAW_STORE_GLOBAL_XACT_ID_V20(Code)



RAW_STORE_SINGLE_CONTAINER_FILE
final public static int RAW_STORE_SINGLE_CONTAINER_FILE(Code)
container types



RAW_STORE_SINGLE_CONTAINER_STREAM_FILE
final public static int RAW_STORE_SINGLE_CONTAINER_STREAM_FILE(Code)



RAW_STORE_STORED_PAGE
final public static int RAW_STORE_STORED_PAGE(Code)
page types



RAW_STORE_TRANSACTION_TABLE
final public static int RAW_STORE_TRANSACTION_TABLE(Code)



RAW_STORE_TRANSACTION_TABLE_ENTRY
final public static int RAW_STORE_TRANSACTION_TABLE_ENTRY(Code)



RAW_STORE_XACT_ID
final public static int RAW_STORE_XACT_ID(Code)



REAL_ANY_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_ANY_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealAnyResultSetStatistics



REAL_COMPILATION_TYPE_ID
final public static int REAL_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.RealTypeId



REAL_CURRENT_OF_STATISTICS_IMPL_V01_ID
final public static int REAL_CURRENT_OF_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealCurrentOfStatistics



REAL_DELETE_CASCADE_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_DELETE_CASCADE_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
org.apache.derby.impl.sql.execute.rts.RealDeleteCascadeResultSetStatistics"



REAL_DELETE_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_DELETE_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealDeleteResultSetStatistics



REAL_DELETE_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_DELETE_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealDeleteResultSetStatistics



REAL_DISTINCT_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
final public static int REAL_DISTINCT_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealDistinctScalarAggregateStatistics



REAL_DISTINCT_SCAN_STATISTICS_IMPL_V01_ID
final public static int REAL_DISTINCT_SCAN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealDistinctScanStatistics



REAL_GROUPED_AGGREGATE_STATISTICS_IMPL_V01_ID
final public static int REAL_GROUPED_AGGREGATE_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealGroupedAggregateStatistics



REAL_HASH_JOIN_STATISTICS_IMPL_V01_ID
final public static int REAL_HASH_JOIN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealHashJoinStatistics



REAL_HASH_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
final public static int REAL_HASH_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealHashLeftOuterJoinStatistics



REAL_HASH_SCAN_STATISTICS_IMPL_V01_ID
final public static int REAL_HASH_SCAN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealHashScanStatistics



REAL_HASH_TABLE_STATISTICS_IMPL_V01_ID
final public static int REAL_HASH_TABLE_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealHashTableStatistics



REAL_INDEX_ROW_TO_BASE_ROW_STATISTICS_IMPL_V01_ID
final public static int REAL_INDEX_ROW_TO_BASE_ROW_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealIndexRowToBaseRowStatistics



REAL_INSERT_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_INSERT_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealInsertResultSetStatistics



REAL_INSERT_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_INSERT_VTI_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealInsertVTIResultSetStatistics



REAL_LAST_INDEX_KEY_SCAN_STATISTICS_IMPL_V01_ID
final public static int REAL_LAST_INDEX_KEY_SCAN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealLastIndexKeyScanStatistics



REAL_MATERIALIZED_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_MATERIALIZED_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealMaterializedResultSetStatistics



REAL_NESTED_LOOP_JOIN_STATISTICS_IMPL_V01_ID
final public static int REAL_NESTED_LOOP_JOIN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealNestedLoopJoinStatistics



REAL_NESTED_LOOP_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID
final public static int REAL_NESTED_LOOP_LEFT_OUTER_JOIN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealNestedLoopLeftOuterJoinStatistics



REAL_NORMALIZE_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_NORMALIZE_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealNormalizeResultSetStatistics



REAL_ONCE_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_ONCE_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealOnceResultSetStatistics



REAL_PROJECT_RESTRICT_STATISTICS_IMPL_V01_ID
final public static int REAL_PROJECT_RESTRICT_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealProjectRestrictStatistics



REAL_ROW_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_ROW_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealRowResultSetStatistics



REAL_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID
final public static int REAL_SCALAR_AGGREGATE_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealScalarAggregateStatistics



REAL_SCROLL_INSENSITIVE_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_SCROLL_INSENSITIVE_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealScrollInsensitiveResultSetStatistics



REAL_SORT_STATISTICS_IMPL_V01_ID
final public static int REAL_SORT_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealSortStatistics



REAL_TABLE_SCAN_STATISTICS_IMPL_V01_ID
final public static int REAL_TABLE_SCAN_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealTableScanStatistics



REAL_TYPE_ID
final public static int REAL_TYPE_ID(Code)
class org.apache.derby.iapi.types.RealTypeId



REAL_TYPE_ID_IMPL
final public static int REAL_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.RealTypeIdImpl



REAL_UNION_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_UNION_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealUnionResultSetStatistics



REAL_UPDATE_RESULT_SET_STATISTICS_IMPL_V01_ID
final public static int REAL_UPDATE_RESULT_SET_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealUpdateResultSetStatistics



REAL_VTI_STATISTICS_IMPL_V01_ID
final public static int REAL_VTI_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RealVTIStatistics



REFERENCED_COLUMNS_DESCRIPTOR_IMPL_V01_ID
final public static int REFERENCED_COLUMNS_DESCRIPTOR_IMPL_V01_ID(Code)
class org.apache.derby.catalog.types.ReferencedColumnsDescriptorImpl



REF_COMPILATION_TYPE_ID
final public static int REF_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.RefTypeId



REF_TYPE_ID
final public static int REF_TYPE_ID(Code)
class org.apache.derby.iapi.types.RefTypeId



REF_TYPE_ID_IMPL
final public static int REF_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.RefTypeIdImpl



RENAME_CONSTANT_ACTION_V01_ID
final public static int RENAME_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.RenameConstantAction



REPLACE_JAR_CONSTANT_ACTION_V01_ID
final public static int REPLACE_JAR_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.impl.sql.execute.ReplaceJarConstantAction;



REP_SET_TRIGGERS_CONSTANT_ACTION_V01_ID
final public static int REP_SET_TRIGGERS_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Replication.Database.Language.Execution.RepSetTriggersConstantAction



ROUTINE_INFO_V01_ID
final public static int ROUTINE_INFO_V01_ID(Code)



ROUTINE_PERMISSION_FINDER_V01_ID
final public static int ROUTINE_PERMISSION_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo



ROW_LIST_V01_ID
final public static int ROW_LIST_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.RowListImpl



RUN_TIME_STATISTICS_IMPL_V01_ID
final public static int RUN_TIME_STATISTICS_IMPL_V01_ID(Code)
class org.apache.derby.impl.sql.execute.RunTimeStatisticsImpl



SAVEPOINT_V01_ID
final public static int SAVEPOINT_V01_ID(Code)
class org.apache.derby.impl.sql.execute.SavepointConstantAction



SCHEMA_DESCRIPTOR_FINDER_V01_ID
final public static int SCHEMA_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.SchemaDescriptorFinder



SERIALIZABLE_FORMAT_ID
final public static int SERIALIZABLE_FORMAT_ID(Code)
Special format id for tagging Serializable objects.



SET_SCHEMA_CONSTANT_ACTION_V02_ID
final public static int SET_SCHEMA_CONSTANT_ACTION_V02_ID(Code)
class org.apache.derby.Database.Language.Execution.SetSchemaConstantAction



SET_TRANSACTION_ISOLATION_CONSTANT_ACTION_V02_ID
final public static int SET_TRANSACTION_ISOLATION_CONSTANT_ACTION_V02_ID(Code)
class org.apache.derby.Database.Language.Execution.SetTransactionIsolationConstantAction



SET_TRIGGERS_CONSTANT_ACTION_V01_ID
final public static int SET_TRIGGERS_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.SetTriggersConstantAction



SMALLINT_COMPILATION_TYPE_ID
final public static int SMALLINT_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.SmallintTypeId



SMALLINT_TYPE_ID
final public static int SMALLINT_TYPE_ID(Code)
class org.apache.derby.iapi.types.SmallintTypeId



SMALLINT_TYPE_ID_IMPL
final public static int SMALLINT_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.SmallintTypeIdImpl



SPS_DESCRIPTOR_FINDER_V01_ID
final public static int SPS_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.SPSDescriptorFinder



SQL_BIT_ID
final public static int SQL_BIT_ID(Code)



SQL_BLOB_ID
final public static int SQL_BLOB_ID(Code)



SQL_BOOLEAN_ID
final public static int SQL_BOOLEAN_ID(Code)
Type system id's



SQL_CHAR_ID
final public static int SQL_CHAR_ID(Code)



SQL_CLOB_ID
final public static int SQL_CLOB_ID(Code)



SQL_DATE_ID
final public static int SQL_DATE_ID(Code)



SQL_DECIMAL_ID
final public static int SQL_DECIMAL_ID(Code)



SQL_DOUBLE_ID
final public static int SQL_DOUBLE_ID(Code)



SQL_INTEGER_ID
final public static int SQL_INTEGER_ID(Code)



SQL_LONGINT_ID
final public static int SQL_LONGINT_ID(Code)



SQL_LONGVARBIT_ID
final public static int SQL_LONGVARBIT_ID(Code)



SQL_LONGVARCHAR_ID
final public static int SQL_LONGVARCHAR_ID(Code)



SQL_NATIONAL_CHAR_ID
final public static int SQL_NATIONAL_CHAR_ID(Code)



SQL_NATIONAL_LONGVARCHAR_ID
final public static int SQL_NATIONAL_LONGVARCHAR_ID(Code)



SQL_NATIONAL_VARCHAR_ID
final public static int SQL_NATIONAL_VARCHAR_ID(Code)



SQL_NCLOB_ID
final public static int SQL_NCLOB_ID(Code)



SQL_REAL_ID
final public static int SQL_REAL_ID(Code)



SQL_REF_ID
final public static int SQL_REF_ID(Code)



SQL_SMALLINT_ID
final public static int SQL_SMALLINT_ID(Code)



SQL_TIMESTAMP_ID
final public static int SQL_TIMESTAMP_ID(Code)



SQL_TIME_ID
final public static int SQL_TIME_ID(Code)



SQL_TINYINT_ID
final public static int SQL_TINYINT_ID(Code)



SQL_USERTYPE_ID_V3
final public static int SQL_USERTYPE_ID_V3(Code)



SQL_VARBIT_ID
final public static int SQL_VARBIT_ID(Code)



SQL_VARCHAR_ID
final public static int SQL_VARCHAR_ID(Code)



SQL_XML_UTIL_V01_ID
final public static int SQL_XML_UTIL_V01_ID(Code)
class org.apache.derby.iapi.types.SqlXmlUtil



STATISTICS_CONSTANT_ACTION_V01_ID
final public static int STATISTICS_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.StatisticsConstantAction



STATISTICS_IMPL_V01_ID
final public static int STATISTICS_IMPL_V01_ID(Code)



STORABLE_PREPARED_STATEMENT_V01_ID
final public static int STORABLE_PREPARED_STATEMENT_V01_ID(Code)
class org.apache.derby.impl.sql.GenericStorablePreparedStatement



STRING_FORMAT_ID
final public static int STRING_FORMAT_ID(Code)
Special format id for tagging UTF8 strings



SYNONYM_INFO_V01_ID
final public static int SYNONYM_INFO_V01_ID(Code)



TABLE_DESCRIPTOR_FINDER_V01_ID
final public static int TABLE_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.TableDescriptorFinder



TABLE_PERMISSION_FINDER_V01_ID
final public static int TABLE_PERMISSION_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo



TIMESTAMP_TYPE_ID
final public static int TIMESTAMP_TYPE_ID(Code)
class org.apache.derby.iapi.types.TimestampTypeId



TIMESTAMP_TYPE_ID_IMPL
final public static int TIMESTAMP_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.TypesImplInstanceGetter



TIME_TYPE_ID
final public static int TIME_TYPE_ID(Code)
class org.apache.derby.iapi.types.TimeTypeId



TIME_TYPE_ID_IMPL
final public static int TIME_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.TypesImplInstanceGetter



TINYINT_COMPILATION_TYPE_ID
final public static int TINYINT_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.TinyintTypeId



TINYINT_TYPE_ID
final public static int TINYINT_TYPE_ID(Code)
class org.apache.derby.iapi.types.TinyintTypeId



TINYINT_TYPE_ID_IMPL
final public static int TINYINT_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.TinyintTypeIdImpl



TRANSACTION_CONSTANT_ACTION_V01_ID
final public static int TRANSACTION_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.impl.sql.execute.TransactionConstantAction



TRIGGER_DESCRIPTOR_FINDER_V01_ID
final public static int TRIGGER_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.TriggerDescriptorFinder



TRIGGER_DESCRIPTOR_V01_ID
final public static int TRIGGER_DESCRIPTOR_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.TriggerDescriptorFinder



TRIGGER_INFO_V01_ID
final public static int TRIGGER_INFO_V01_ID(Code)
class org.apache.derby.impl.sql.execute.TriggerInfo



TWO_BYTE_FORMAT_ID_BYTE_LENGTH
int TWO_BYTE_FORMAT_ID_BYTE_LENGTH(Code)
Byte length of a two byt format id.



UNUSED_240
final public static int UNUSED_240(Code)
class org.apache.derby.impl.sql.catalog.ListOfRowListsImpl



UNUSED_243
final public static int UNUSED_243(Code)
Unused 243



UNUSED_2_141
final public static int UNUSED_2_141(Code)
class org.apache.derby.Database.Language.Execution.CreateSchemaConstantAction



UNUSED_2_142
final public static int UNUSED_2_142(Code)



UNUSED_2_143
final public static int UNUSED_2_143(Code)
class org.apache.derby.Database.Language.Execution.CreateViewConstantAction



UNUSED_2_144
final public static int UNUSED_2_144(Code)



UNUSED_2_204
final public static int UNUSED_2_204(Code)



UNUSED_2_215
final public static int UNUSED_2_215(Code)
UNUSED



UNUSED_2_221
final public static int UNUSED_2_221(Code)
class org.apache.derby.Database.Language.Execution.CreateSPSConstantAction



UNUSED_2_222
final public static int UNUSED_2_222(Code)
class org.apache.derby.Database.Language.Execution.CreateSPSConstantAction



UNUSED_2_275
final public static int UNUSED_2_275(Code)
class org.apache.derby.Database.Language.Execution.LockTableConstantAction



UNUSED_2_280
final public static int UNUSED_2_280(Code)



UNUSED_2_289
final public static int UNUSED_2_289(Code)



UNUSED_2_41
final public static int UNUSED_2_41(Code)
UNUSED



UNUSED_2_42
final public static int UNUSED_2_42(Code)
class org.apache.derby.Database.Language.Execution.DropAliasConstantAction



UPDATABLE_VTI_CONSTANT_ACTION_V01_ID
final public static int UPDATABLE_VTI_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.UpdateConstantAction



UPDATE_CONSTANT_ACTION_V01_ID
final public static int UPDATE_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.UpdateConstantAction



UPDATE_STATISTICS_CONSTANT_ACTION_ID
final public static int UPDATE_STATISTICS_CONSTANT_ACTION_ID(Code)



USERDEFINED_COMPILATION_TYPE_ID
final public static int USERDEFINED_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.UserDefinedTypeId



USERDEFINED_COMPILATION_TYPE_ID_V2
final public static int USERDEFINED_COMPILATION_TYPE_ID_V2(Code)
class org.apache.derby.iapi.types.UserDefinedTypeIdV2



USERDEFINED_TYPE_ID_IMPL_V3
final public static int USERDEFINED_TYPE_ID_IMPL_V3(Code)
class org.apache.derby.catalog.types.UserDefinedTypeIdImpl



USERDEFINED_TYPE_ID_V3
final public static int USERDEFINED_TYPE_ID_V3(Code)
class org.apache.derby.iapi.types.UserDefinedTypeIdV3



USER_AGGREGATE_ALIAS_INFO_V01_ID
final public static int USER_AGGREGATE_ALIAS_INFO_V01_ID(Code)
class org.apache.derby.catalog.types.UserAggregateAliasInfo



VALUE_ROW_V01_ID
final public static int VALUE_ROW_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.ValueRow



VARBIT_COMPILATION_TYPE_ID
final public static int VARBIT_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.VarbitTypeId



VARBIT_TYPE_ID
final public static int VARBIT_TYPE_ID(Code)
class org.apache.derby.iapi.types.VarbitTypeId



VARBIT_TYPE_ID_IMPL
final public static int VARBIT_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.VarbitTypeIdImpl



VARCHAR_COMPILATION_TYPE_ID
final public static int VARCHAR_COMPILATION_TYPE_ID(Code)
class org.apache.derby.iapi.types.VarcharTypeId



VARCHAR_TYPE_ID
final public static int VARCHAR_TYPE_ID(Code)
class org.apache.derby.iapi.types.VarcharTypeId



VARCHAR_TYPE_ID_IMPL
final public static int VARCHAR_TYPE_ID_IMPL(Code)
class org.apache.derby.catalog.types.VarcharTypeIdImpl



VIEW_DESCRIPTOR_FINDER_V01_ID
final public static int VIEW_DESCRIPTOR_FINDER_V01_ID(Code)
class org.apache.derby.impl.sql.catalog.ViewDescriptorFinder



WORK_UNIT_ALIAS_INFO_V01_ID
final public static int WORK_UNIT_ALIAS_INFO_V01_ID(Code)
class org.apache.derby.catalog.types.WorkUnitAliasInfo



WRITE_CURSOR_CONSTANT_ACTION_V01_ID
final public static int WRITE_CURSOR_CONSTANT_ACTION_V01_ID(Code)
class org.apache.derby.Database.Language.Execution.DeleteConstantAction This class is abstract so it doesn't need a format id!



XML_ID
final public static int XML_ID(Code)



XML_TYPE_ID
final public static int XML_TYPE_ID(Code)
Instance of TypeId for XML data types.



XML_TYPE_ID_IMPL
final public static int XML_TYPE_ID_IMPL(Code)
class org.apache.derby.iapi.types.XML (implementation of org.apache.derby.iapi.types.XMLDataValue).





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