19 #ifndef __com_sun_star_sdbc_DataTruncation_idl__
20 #define __com_sun_star_sdbc_DataTruncation_idl__
24 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:64
boolean DuringRead
is TRUE if a read was truncated.
Definition: DataTruncation.idl:55
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:36
is an exception that provides information on database access warnings.
Definition: SQLWarning.idl:35
boolean IsParameter
is TRUE if a parameter value is truncated.
Definition: DataTruncation.idl:48
long Index
is the index of the parameter or column value.
Definition: DataTruncation.idl:41
long TransferSize
contains the number of bytes of data actually transferred.
Definition: DataTruncation.idl:72