StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.sdbc
Class DataTruncation

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.star.uno.Exception
                    |
                    +--com.sun.star.sdbc.SQLException
                          |
                          +--com.sun.star.sdbc.SQLWarning
                                |
                                +--com.sun.star.sdbc.DataTruncation
All Implemented Interfaces:
java.io.Serializable

public synchronized class DataTruncation
extends com.sun.star.sdbc.SQLWarning

See Also:
Serialized Form

Field Summary
 int DataSize
           
 boolean DuringRead
           
 int Index
           
 boolean IsParameter
           
 int TransferSize
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.sdbc.SQLException
ErrorCode, NextException, SQLState, UNOTYPEINFO
 
Fields inherited from class com.sun.star.uno.Exception
Context
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DataTruncation()
           
DataTruncation(java.lang.String s)
           
DataTruncation(java.lang.String s1, java.lang.Object o1, java.lang.String s2, int i1, java.lang.Object o2, int i2, boolean b1, boolean b2, int i3, int i4)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DataSize

public int DataSize

DuringRead

public boolean DuringRead

Index

public int Index

IsParameter

public boolean IsParameter

TransferSize

public int TransferSize

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

DataTruncation

public DataTruncation()

DataTruncation

public DataTruncation(java.lang.String s)

DataTruncation

public DataTruncation(java.lang.String s1,
                      java.lang.Object o1,
                      java.lang.String s2,
                      int i1,
                      java.lang.Object o2,
                      int i2,
                      boolean b1,
                      boolean b2,
                      int i3,
                      int i4)

StarOffice 5.2 API
reverse engineered by classdoc