Table Of Contents#
- Preface
- About This Manual
- 1. Log Analyzer Introduction
- Log Analyzer
- How to Use the Log Analysis API
- Summary of the Log Analysis API
- 2. XLog Sender
- SQL Statements Used to Manage the XLog Sender
- Meta Tables
- Performance Views
- 3. Analyzing Logs
- XLog
- Meta Data
- Altibase Data Types and Internal Structure
- SAVEPOINT
- 4. Log Analysis API
- ALA_InitializeAPI
- ALA_DestroyAPI
- ALA_EnableLogging
- ALA_DisableLogging
- ALA_CreateXLogCollector
- ALA_AddAuthInfo
- ALA_RemoveAuthInfo
- ALA_SetHandshakeTimeout
- ALA_SetReceiveXLogTimeout
- ALA_SetXLogPoolSize
- ALA_Handshake
- ALA_ReceiveXLog
- ALA_GetXLog
- ALA_SendACK
- ALA_FreeXLog
- ALA_DestroyXLogCollector
- ALA_GetXLogCollectorStatus
- ALA_GetXLogHeader
- ALA_GetXLogPrimaryKey
- ALA_GetXLogColumn
- ALA_GetXLogSavepoint
- ALA_GetXLogLOB
- ALA_GetProtocolVersion
- ALA_GetReplicationInfo
- ALA_GetTableInfo
- ALA_GetTableInfoByName
- ALA_GetColumnInfo
- ALA_GetIndexInfo
- ALA_IsHiddenColumn
- ALA_GetInternalNumericInfo
- ALA_GetAltibaseText
- ALA_GetAltibaseSQL
- ALA_GetODBCCValue
- ALA_ IsNullValue
- ALA_ClearErrorMgr
- ALA_GetErrorCode
- ALA_GetErrorLevel
- ALA_GetErrorMessage
- Appendix A. Error Codes
- Error Code Table
- Appendix B. Sample Code
- Sample Code: Replication to Altibase DBMS