Home
last modified time | relevance | path

Searched refs:SQL_LONGVARCHAR (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx93 …lumnSize == 0) && (fSqlType == SQL_CHAR || fSqlType == SQL_VARCHAR || fSqlType == SQL_LONGVARCHAR)) in bindParameter()
96 if(fSqlType == SQL_LONGVARCHAR || fSqlType == SQL_LONGVARBINARY) in bindParameter()
219 case SQL_LONGVARCHAR: in bindData()
372 case SQL_LONGVARCHAR: in bindValue()
773 case SQL_LONGVARCHAR: in MapOdbcType2Jdbc()
863 case SQL_LONGVARCHAR: if(_bUseWChar) in getBindTypes()
871 fSqlType = SQL_LONGVARCHAR; in getBindTypes()
H A DODatabaseMetaDataResultSet.cxx837 aMap[SQL_LONGVARCHAR] = DataType::LONGVARCHAR; in openTypeInfo()
1042 aMap[SQL_LONGVARCHAR] = DataType::LONGVARCHAR; in openColumns()
H A DOPreparedStatement.cxx439 if (sqlType == SQL_CHAR || sqlType == SQL_VARCHAR || sqlType == SQL_LONGVARCHAR) in setNull()
H A DOResultSet.cxx474 case SQL_LONGVARCHAR: in getBytes()
/aoo4110/main/unixODBC/inc/
H A Dsqlext.h141 #define SQL_LONGVARCHAR (-1) macro

Completed in 56 milliseconds