LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
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 DataSize
contains the number of bytes of data that should have been transferred.
Definition: DataTruncation.idl:64
is an exception that provides information on database access warnings.
Definition: SQLWarning.idl:36
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,...
Definition: DataTruncation.idl:37
Definition: Ambiguous.idl:22
long TransferSize
contains the number of bytes of data actually transferred.
Definition: DataTruncation.idl:72