Lines Matching refs:VISIT_PARAMETER
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()
1022 VISIT_PARAMETER( setString( _nIndex, x ) ); in setString()
1028 VISIT_PARAMETER( setBytes( _nIndex, x ) ); in setBytes()
1034 VISIT_PARAMETER( setDate( _nIndex, x ) ); in setDate()
1040 VISIT_PARAMETER( setTime( _nIndex, x ) ); in setTime()
1046 VISIT_PARAMETER( setTimestamp( _nIndex, x ) ); in setTimestamp()
1052 VISIT_PARAMETER( setBinaryStream( _nIndex, x, length ) ); in setBinaryStream()
1058 VISIT_PARAMETER( setCharacterStream( _nIndex, x, length ) ); in setCharacterStream()
1064 VISIT_PARAMETER( setObject( _nIndex, x ) ); in setObject()
1070 VISIT_PARAMETER( setObjectWithInfo( _nIndex, x, targetSqlType, scale ) ); in setObjectWithInfo()
1076 VISIT_PARAMETER( setRef( _nIndex, x ) ); in setRef()
1082 VISIT_PARAMETER( setBlob( _nIndex, x ) ); in setBlob()
1088 VISIT_PARAMETER( setClob( _nIndex, x ) ); in setClob()
1094 VISIT_PARAMETER( setArray( _nIndex, x ) ); in setArray()