Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
27 replies
Subscribers
8 subscribers
Views
12582 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How to Define "BLOB" dataType of SQL in Appian CDT
mohammedz
Certified Associate Developer
over 8 years ago
Guyz,
I have a table in database with three columns
ID - Number
Document - BLOB
Name - VARCHAR
The Document column is of "BLOB" DataType....
Now I need to create a CDT and Map it to the Table
To do so what should be the dataType in my CDT or XSD Definition
Appreciate ur response....!!!!
OriginalPostID-232170
Discussion posts and replies are publicly visible
Top Replies
ankitb0003
over 8 years ago
+1
I have used the following definition for CLOB, It worked for me. it should be same for BLOB. <xsd:element name="DOCUMENT" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:appinfo source="appian…
Parents
0
ankitb0003
over 8 years ago
I have used the following definition for CLOB, It worked for me. it should be same for BLOB.
<xsd:element name="DOCUMENT" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">@Column(name="DOCUMENT", columnDefinition="CLOB")</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ankitb0003
over 8 years ago
I have used the following definition for CLOB, It worked for me. it should be same for BLOB.
<xsd:element name="DOCUMENT" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">@Column(name="DOCUMENT", columnDefinition="CLOB")</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data