ctsqlGetParameterNullFlag
Retrieve the parameter null flag setting.
Declaration
CTSQL_NULLABILITY ctsqlGetParameterNullFlag(pCTSQLCMD hCmd, INTEGER index)
Description
ctsqlGetParameterNullFlag() retrieves the parameter null flag setting.
Return
ctsqlGetParameterNullFlag() returns the null flag value for the parameter. The possible values are: SQL_NO_NULLS, SQL_NULLABLE, SQL_NULLABLE_UNKNOWN
See Also
ctsqlIsNullable(), ctsqlIsColumnNull(), ctsqlGetParameterCount(), ctsqlGetParameterLength(), ctsqlGetParameterType(), ctsqlGetParameterPrecision(), ctsqlGetParameterScale()