Extension SDK

oracle.jdeveloper.cm.ds.db
Class Util

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.Util

public final class Util
extends java.lang.Object

Utility class used by the SQL builders and database classes.

All of the methods should be static, as this class can not be instantiated.


Method Summary
static java.lang.String comment(java.lang.String text)
          Creates a comment string which is of the format of a C or SQL style comment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

comment

public static java.lang.String comment(java.lang.String text)
Creates a comment string which is of the format of a C or SQL style comment. This will wrap at 80 characters.

Parameters:
text - The text to be put into a comment
Returns:
the whole comment with LF at 80 characters.

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.