Home
last modified time | relevance | path

Searched refs:fSqlType (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/unixODBC/inc/
H A Dsqlext.h2514 SQLSMALLINT fSqlType,
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx188 SQLSMALLINT& fSqlType);
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx330 SQLSMALLINT fSqlType = static_cast<SQLSMALLINT>(OTools::jdbcTypeToOdbc(_nType)); in setParameter() local
331 switch(fSqlType) in setParameter()
355 fSqlType, in setParameter()
446 SQLSMALLINT fSqlType = 0; in setNull() local
453 fSqlType); in setNull()
459 fSqlType, in setNull()
H A DOTools.cxx82 SQLSMALLINT fSqlType; in bindParameter() local
93 …if ((nColumnSize == 0) && (fSqlType == SQL_CHAR || fSqlType == SQL_VARCHAR || fSqlType == SQL_LONG… in bindParameter()
96 if(fSqlType == SQL_LONGVARCHAR || fSqlType == SQL_LONGVARBINARY) in bindParameter()
106 fSqlType, in bindParameter()
263 SQLSMALLINT fSqlType; in bindValue() local
271 fSqlType); in bindValue()
835 SQLSMALLINT& fSqlType in getBindTypes() argument
844 fSqlType = SQL_WCHAR; in getBindTypes()
849 fSqlType = SQL_CHAR; in getBindTypes()
905 fSqlType = SQL_DATE; in getBindTypes()
[all …]

Completed in 97 milliseconds