All Examples

Class examples.jdbc.oracle20.OracleBlobClob


java.lang.Object

    |

    +----examples.jdbc.oracle20.OracleBlobClob


public class OracleBlobClob
extends java.lang.Object
This example demonstrates the use of Oracle Blob and Clob datatypes.

To run this example:

  1. Set up your development shell as described in Setting up your environment.

  2. This example also requires the following:

  3. Change connection parameters to correspond to your Oracle configuration. If you need more help, check the section on connecting to a database in the Developers Guide, Using WebLogic jDriver for Oracle.

  4. Compile this example by executing the following command in your development shell:

    $ javac -d %CLIENT_CLASSES% OracleBlobClob.java

  5. Run this example by executing the following command in your development shell:

    $ java examples.jdbc.oracle20.OracleBlobClob


Constructor Index

 o OracleBlobClob()
 

Method Index

 o main(String[])
 

Constructor Detail

 o OracleBlobClob

public OracleBlobClob()

Method Detail

 o main

public static void main(java.lang.String argv[]) throws java.lang.Exception


All Examples