Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetColumnType

Retrieve the column type.

Declaration

CTSQLTYPE ctsqlGetColumnType(pCTSQLCURSOR hCursor, INTEGER colnumber)

Description

ctsqlGetColumnType() retrieves the column type.

  • hCursor the cursor handle.
  • colnumber the column number.

Return

ctsqlGetColumnType() returns the column type.

See Also

ctsqlGetColumnName(), ctsqlGetColumnNameLen(), ctsqlGetColumnCount(), ctsqlGetColumnLength(), ctsqlGetColumnPrecision(), ctsqlGetColumnScale(), ctsqlGetColumnTitile()

TOCIndex