Showing:

Annotations
Attributes
Model
Properties
Element tns:blobJDBCAdapter
Namespace http://activemq.apache.org/schema/core
Annotations
This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob()
operations. This is a little more involved since to insert a blob you have
to:

1: insert empty blob. 2: select the blob 3: finally update the blob with data
value.

The databases/JDBC drivers that use this adapter are:
<ul>
<li></li>
</ul>
Properties
content complex
Model
tns:statements{0,1} | ANY element from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Children tns:statements
Attributes
QName Type Use Annotation
batchStatements xs:boolean optional
Set the number of statements to process as a single batch DB update
batchStatments xs:boolean optional
This value batchStatments is deprecated and will be removed in a future release.  Use batchStatements instead (Note the 'e' in Statement)"
id xs:ID optional
maxRows xs:integer optional
the max value for statement maxRows, used to limit jdbc queries
statements xs:string optional
useExternalMessageReferences xs:boolean optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Element tns:blobJDBCAdapter / tns:statements
Namespace http://activemq.apache.org/schema/core
Properties
content complex
minOccurs 0
maxOccurs 1
Model
tns:statements | ANY element from ANY namespace OTHER than 'http://activemq.apache.org/schema/core'
Children tns:statements
Attribute tns:blobJDBCAdapter / @batchStatements
Namespace No namespace
Annotations
Set the number of statements to process as a single batch DB update
Type xs:boolean
Properties
content simple
Attribute tns:blobJDBCAdapter / @batchStatments
Namespace No namespace
Annotations
This value batchStatments is deprecated and will be removed in a future release.  Use batchStatements instead (Note the 'e' in Statement)"
Type xs:boolean
Properties
content simple
Attribute tns:blobJDBCAdapter / @maxRows
Namespace No namespace
Annotations
the max value for statement maxRows, used to limit jdbc queries
Type xs:integer
Properties
content simple
Attribute tns:blobJDBCAdapter / @statements
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:blobJDBCAdapter / @useExternalMessageReferences
Namespace No namespace
Type xs:boolean
Properties
content simple
Attribute tns:blobJDBCAdapter / @id
Namespace No namespace
Type xs:ID
Properties
content simple