IDatabaseMetaData.ProcedureColumnReturn Field

Definition

Indicates that the column stores return values.

[Android.Runtime.Register("procedureColumnReturn")]
public const int ProcedureColumnReturn = 5;
[<Android.Runtime.Register("procedureColumnReturn")>]
val mutable ProcedureColumnReturn : int

Field Value

Value = 5
Attributes

Remarks

Indicates that the column stores return values.

A possible value for the column COLUMN_TYPE in the ResultSet returned by the method getProcedureColumns.

Java documentation for java.sql.DatabaseMetaData.procedureColumnReturn.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to