SQLColumns - ODBC Driver for Teradata

ODBC Driver for Teradata® User Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
ODBC Driver for Teradata
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-11-18
dita:mapPath
uqj1639470627591.ditamap
dita:ditavalPath
nkw1500504256726.ditaval
dita:id
ktb1507075385726
Product Category
Teradata Tools and Utilities

SQLColumns generates information about columns in a specific table. The fields listed in this table contain important LOB-specific information.

Column Name Value
DATA_TYPE SQL_LONGVARBINARY for BLOB columns

SQL_LONGVARCHAR for CLOB columns

TYPE_NAME BLOB for SQL_LONGVARBINARY

CLOB for SQL_LONGVARCHAR

IS_NULLABLE No
Set to No because of the restriction on the use of LOB NULL values in SQLPutData.