Download O2 Java Binding Guide

Transcript
6
JB Tools Reference
o2jb_dump_classes
Summary
Dumps the Java definition of all imported classes to a file.
Syntax
o2jb_dump_classes
-user
user_name
-passwd
user_passwd
-base
base_name
-url
url_string
-schema
schema_name (for JB/O2 only)
-driverclass driver_class_name (For JB/JDBC only)
[-output output_dir]
[-verbose]
[-help]
Mandatory arguments
-user user_name : login name of a database user (see note on page
5.2). Note: The -user option is ignored by the JB/O2 version.
-passwd user_passwd : password of the user. Note: The -passwd
option is ignored by the JB/O2 version.
-base base_name : name of the database whose catalog is inspected.
-url url_string : url permitting the connection to the underlying
database.
-schema schema_name : name of the o2 schema.
The following argument must be provided for JB/JDBC only
-driverclass : allows a driver Java class name to be specified.
Optional arguments
-output output_dir : name of the output directory where the output
file is generated. The current directory is used by default.
-verbose : turns the verbose mode on. The import tool works by default
in a silent mode.
-help : displays the usage of the tool.
114
Java Binding User Manual