The members of Java.Sql.DataTruncation are listed below.
See Also: Inherited members from Java.Sql.SQLWarning
| Creates the DataTruncation object. | ||
| Creates a DataTruncation. |
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] | DataSize | int. Gets the number of bytes of data that should have been read/written. |
| [read-only] | Index | int. Gets the index of the column or of the parameter that was truncated. |
| [read-only] | Parameter | bool. Gets whether the value truncated was a parameter value or a column value. |
| [read-only] | Read | bool. Gets whether the value was truncated on a read operation or a write operation |
| [read-only] | TransferSize | int. Gets the number of bytes of data that was actually read or written. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |