JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.1 (H06.23+, J06.12+)

transactions, Transactions Involving Blob and Clob Access
writing binary data to, Writing Binary Data to a BLOB Column
BLOB data
accessing sample program,
Sample Program Accessing BLOB Data
data type limitations, Limitations of LOB Data (CLOB and BLOB Data Types)
deleting, Deleting BLOB Data
properties for, Client-Side Properties
storing, Storing BLOB Data
updating, Updating BLOB Data
working with, Working with BLOB and CLOB Data
Blob interface
inserting,
Inserting a BLOB Column by Using the Blob Interface
reading data, Reading Binary Data from a BLOB Column
Blob objects
replacing,
Replacing Blob Objects
setBlob method, Inserting a Blob Object by Using the setBlob Method
updating, Updating Blob Objects by Using the updateBlob Method
blobTableName property
description,
LOB Table Name Properties
setting, Specifying the LOB Table
C
catalog property, catalog Property
Changes, What's New in This Guide
Character padding, How the Padding Character Causes the Discrepancy in Length
Character-set properties
use,
Controlling String Literal Conversion by Using the Character-Set Properties
using, Using the Character-Set Properties
Character sets
ISO8859/2 through ISO8859/9,
Unsupported SQL/MP Features
SQL/MX, Controlling String Literal Conversion by Using the Character-Set Properties
CLASSPATH environment variable, Setting CLASSPATH
Client
components,
Accessing a Database with the Type 4 Driver
connection security, Security
data source, Data Sources
platforms , Client Platforms Supported
Type 4 properties, Client-Side Properties
CLOB columns
associated LOB table,
Specifying the LOB Table
creating, Using MXCI To Create Base Tables that Have LOB Columns
inserting, Inserting CLOB Columns by Using the Clob Interface
transactions, Transactions Involving Blob and Clob Access
writing ASCII data, Writing ASCII or MBCS Data to a CLOB Column
writing MBCS data, Writing ASCII or MBCS Data to a CLOB Column
CLOB data
accessing sample program,
Sample Program Accessing CLOB Data