Searched refs:VISIT_PARAMETER (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | parameters.cxx | 957 #define VISIT_PARAMETER( method ) \ macro 968 VISIT_PARAMETER( setNull( _nIndex, sqlType ) ); in setNull() 974 VISIT_PARAMETER( setObjectNull( _nIndex, sqlType, typeName ) ); in setObjectNull() 980 VISIT_PARAMETER( setBoolean( _nIndex, x ) ); in setBoolean() 986 VISIT_PARAMETER( setByte( _nIndex, x ) ); in setByte() 992 VISIT_PARAMETER( setShort( _nIndex, x ) ); in setShort() 998 VISIT_PARAMETER( setInt( _nIndex, x ) ); in setInt() 1004 VISIT_PARAMETER( setLong( _nIndex, x ) ); in setLong() 1010 VISIT_PARAMETER( setFloat( _nIndex, x ) ); in setFloat() 1016 VISIT_PARAMETER( setDouble( _nIndex, x ) ); in setDouble() [all …]
|