|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.jdbc.informix4.serializer
This example shows how to insert data into an Informix BLOB column. It demonstrates this by serializing an object and storing it in the database and then retrieving the object.
$ javac -d %CLIENT_CLASSES% serializer.java
$ java examples.jdbc.informix4.serializerThis example is run on the command line and is output to System.out.
Constructor Summary | |
serializer()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public serializer()
Method Detail |
public static void main(java.lang.String[] args)
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |