You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/06/16 20:00:04 UTC

[WIKI-UPDATE] ModularDatabaseActions DatatypesOfModularDatabaseActions DataypesOfDatabaseActions Mon Jun 16 20:00:04 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=ModularDatabaseActions , version: 9 on Mon Jun 16 17:12:42 2003 by AntonioGallardo

+ 
+ See the List of [Supported Data types | DatatypesOfModularDatabaseActions]
- The descriptor file resembles the one for the [Original Database Actions]. Note the absence of {{dbcol}} and {{param}} attributes. See the [list of supported data types| DataypesOfDatabaseActions]. It has 2 new attributes:
+ The descriptor file resembles the one for the [Original Database Actions]. Note the absence of {{dbcol}} and {{param}} attributes. See the [list of supported data types| DatatypesOfModularDatabaseActions]. It has 2 new attributes:
?                                                                                                                                                                               +      +++++++



Page: http://wiki.cocoondev.org/Wiki.jsp?page=DatatypesOfModularDatabaseActions , version: 1 on Mon Jun 16 17:08:18 2003 by AntonioGallardo

New page created:
+ [Modular Database Actions] support the follwing data types to interact with Databases.
+ 
+ All supported Datatypes by group:
+ 
+ ||Group||Data Types||
+ |boolean|{{boolean}}|
+ |datetime|{{date}}, {{time}}, {{time-stamp}}|
+ |large Objects|{{ascii}}, {{blob}}, {{binary}}, {{clob}}|
+ |literal|{{string}}|
+ |numeric|{{big-decimal}}, {{byte}}, {{double}}, {{float}}, {{int}}, {{long}}, {{short}}|
+ |object|{{array}}, {{object}}, {{row}}|
+ 
+ List of Dataypes in alphabethical order
+ 
+ ||Type||Description||
+ |{{array}}|an array|
+ |{{ascii}}|an ASCII input stream, a CLOB input|
+ |{{big-decimal}}|A {{java.math.BigDecimal}} value. a Big Integer|
+ |{{binary}}|A binary input stream, a BLOB input|
+ |{{blob}}|a BLOB input|
+ |{{boolean}}|A boolean|
+ |{{byte}}|A Byte|
+ |{{clob}}|a CLOB input|
+ |{{date}}|A Date|
+ |{{double}}|A Double|
+ |{{float}}|A Float|
+ |{{int}}|A Integer|
+ |{{long}}|A Long|
+ |{{object}}|A Object|
+ |{{row}}|A object |
+ |{{short}}|A Short|
+ |{{string}}|A String|
+ |{{time}}|A Time|
+ |{{time-stamp}}|A Timestamp|
+ 
+ !!Diferences with Original DB Actions:
+ 
+ Old Datatypes not supported:
+ {{now}}, {{image}}, {{image-width}}, {{image-height}}, {{image-size}},  {{image-mime-type}}
+ 
+ New defined Datatypes:
+ {{array}}, {{boolean}}, {{blob}},{{clob}}, {{object}}, {{row}}
+ 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=DataypesOfDatabaseActions , version: 4 on Mon Jun 16 17:36:50 2003 by AntonioGallardo

- |{{string}}|A String|
- |{{int}}|A Integer|
- |{{long}}|A Long|
- |{{short}}|A Short|
- |{{time}}|A Time|
- |{{time-stamp}}|A Timestamp|
- |{{now}}|A Timestamp with the current day/time--the form value is ignored.|
+ |{{int}}|A Integer|
+ |{{long}}|A Long|
+ |{{now}}|A Timestamp with the current day/time--the form value is ignored.|
+ |{{short}}|A Short|
+ |{{string}}|A String|
+ |{{time}}|A Time|
+ |{{time-stamp}}|A Timestamp|
+