Java.Sql.DataTruncation Members

The members of Java.Sql.DataTruncation are listed below.

See Also: Inherited members from Java.Sql.SQLWarning

Public Constructors

Creates the DataTruncation object.
Creates a DataTruncation.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
DataSizeint. Gets the number of bytes of data that should have been read/written.
[read-only]
Indexint. Gets the index of the column or of the parameter that was truncated.
[read-only]
Parameterbool. Gets whether the value truncated was a parameter value or a column value.
[read-only]
Readbool. Gets whether the value was truncated on a read operation or a write operation
[read-only]
TransferSizeint. Gets the number of bytes of data that was actually read or written.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.