Sun Microsystems Sun StorageTek 5800 User Manual
Sun Microsystems Hardware
Table of contents
Document Outline
- Sun StorageTek 5800 System Client API Reference Manual
- Preface
- Sun StorageTek 5800 System Client API
- Sun StorageTek 5800 System Java Client API
- Overview of the 5800 System Java Client API
- Java Client Application Deployment
- Java API
- Java API Packages
- Java API Documentation
- Basic Concepts
- Key Classes
- NameValueObjectArchive Application Access
- NameValueObjectArchive
- delete
- storeObject
- storeMetadata
- checkIndexed
- retrieveObject
- retrieveMetadata
- getSchema
- query
- query (with selectKeys)
- query (with PreparedStatement)
- query (with PreparedStatement and selectKeys)
- PreparedStatement
- QueryResultSet
- getObjectIdentifier
- isQueryComplete
- getQueryIntegrityTime
- QueryIntegrityTime
- Sun StorageTek 5800 System C Client API
- Overview of the 5800 System C Client API
- C Client Application Deployment
- Nonblocking C API
- Synchronous C API
- Synchronous C Data Types
- Synchronous C API Functions
- Managing 5800 System Sessions
- hc_session_create_ez
- hc_session_free
- hc_session_get_status
- hc_session_get_schema
- hc_session_get_host
- hc_session_get_platform_result
- hc_session_get_archive
- Managing a Schema
- hc_schema_get_type
- hc_schema_get_length
- hc_schema_get_count
- hc_schema_get_type_at_index
- Manipulating Name-Value Records
- Using the API for Storing Name-Value Records
- Using Returned Name-Value Records
- Creating and Freeing Name-Value Records
- hc_nvr_create
- hc_nvr_free
- Building Name-Value Records
- hc_nvr_add_value
- hc_nvr_add_long
- hc_nvr_add_double
- hc_nvr_add_string
- hc_nvr_add_binary
- hc_nvr_add_date
- hc_nvr_add_time
- hc_nvr_add_timestamp
- hc_nvr_add_from_string
- Retrieving Name-Value Records
- hc_nvr_get_count
- hc_nvr_get_value_at_index
- hc_nvr_get_long
- hc_nvr_get_double
- hc_nvr_get_string
- hc_nvr_get_binary
- hc_nvr_get_date
- hc_nvr_get_time
- hc_nvr_get_timestamp
- Creating and Converting Name-Value Records From and To String Arrays
- hc_nvr_create_from_string_arrays
- hc_nvr_convert_to_string_arrays
- Storing Data and Metadata
- hc_store_both_ez
- hc_store_metadata_ez
- hc_check_indexed_ez
- Retrieving Data and Metadata
- hc_retrieve_ez
- hc_retrieve_metadata_ez
- hc_range_retrieve_ez
- Querying Metadata
- hc_query_ez
- hc_qrs_next_ez
- hc_qrs_is_query_complete
- hc_qrs_get_query_integrity_time
- hc_qrs_free
- hc_pstmt_create
- hc_pstmt_free
- hc_pstmt_set_string
- hc_pstmt_set_char
- hc_pstmt_set_double
- hc_pstmt_set_long
- hc_pstmt_set_date
- hc_pstmt_set_time
- hc_pstmt_set_timestamp
- hc_pstmt_set_binary
- hc_pstmt_query_ez
- Querying With a Prepared Statement
- Sun StorageTek 5800 System Query Language
- Interfaces
- Operation
- Supported Data Types
- Queries
- Literals In Queries
- Canonical String Format
- JDBC and HADB Date and Time Operations
- Reserved Words
- Supported Expression Types
- Examples of Supported Query Expressions
- Queries Not Supported in Version 1.1
- SQL Words That Are Allowed in Queries
- SQL Words That Are Not Allowed in Queries
- Programming Considerations and Best Practices
- Index