© 2002 BEA Systems, Inc.


com.bea.p13n.content.document.ref.loader
Class ColumnSizes.ColumnInfo

java.lang.Object
  |
  +--com.bea.p13n.content.document.ref.loader.ColumnSizes.ColumnInfo

public static class ColumnSizes.ColumnInfo
extends java.lang.Object

Object describing a column.


Method Summary
 int getPrecision()
          The maximum precision/size of the column.
 int getScale()
          The maximum scale of the column.
 int getType()
          The type of the column.
 java.lang.String toString()
          Get a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public int getType()
The type of the column.

getPrecision

public int getPrecision()
The maximum precision/size of the column.

getScale

public int getScale()
The maximum scale of the column.

toString

public java.lang.String toString()
Get a string representation of this object.

Overrides:
toString in class java.lang.Object

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved