20  module 
com {  module sun {  module star {  module sdbc {
 long DataSize
contains the number of bytes of data that should have been transferred. 
Definition: DataTruncation.idl:60
 
boolean DuringRead
is TRUE if a read was truncated. 
Definition: DataTruncation.idl:51
 
Definition: Ambiguous.idl:20
 
reports a DataTruncation warning, on reads, or is thrown as a DataTruncation exception, on writes, when a data value is unexpectedly truncated. 
Definition: DataTruncation.idl:32
 
is an exception that provides information on database access warnings. 
Definition: SQLWarning.idl:31
 
boolean IsParameter
is TRUE if a parameter value is truncated. 
Definition: DataTruncation.idl:44
 
long Index
is the index of the parameter or column value. 
Definition: DataTruncation.idl:37
 
long TransferSize
contains the number of bytes of data actually transferred. 
Definition: DataTruncation.idl:68