Lines Matching refs:xValues

804 		uno::Reference< sdbc::XRow > xValues  in wasNull()  local
807 if ( xValues.is() ) in wasNull()
810 return xValues->wasNull(); in wasNull()
825 uno::Reference< sdbc::XRow > xValues in getString() local
828 if ( xValues.is() ) in getString()
832 return xValues->getString( columnIndex ); in getString()
848 uno::Reference< sdbc::XRow > xValues in getBoolean() local
851 if ( xValues.is() ) in getBoolean()
855 return xValues->getBoolean( columnIndex ); in getBoolean()
871 uno::Reference< sdbc::XRow > xValues in getByte() local
874 if ( xValues.is() ) in getByte()
878 return xValues->getByte( columnIndex ); in getByte()
894 uno::Reference< sdbc::XRow > xValues in getShort() local
897 if ( xValues.is() ) in getShort()
901 return xValues->getShort( columnIndex ); in getShort()
917 uno::Reference< sdbc::XRow > xValues in getInt() local
920 if ( xValues.is() ) in getInt()
924 return xValues->getInt( columnIndex ); in getInt()
940 uno::Reference< sdbc::XRow > xValues in getLong() local
943 if ( xValues.is() ) in getLong()
947 return xValues->getLong( columnIndex ); in getLong()
963 uno::Reference< sdbc::XRow > xValues in getFloat() local
966 if ( xValues.is() ) in getFloat()
970 return xValues->getFloat( columnIndex ); in getFloat()
986 uno::Reference< sdbc::XRow > xValues in getDouble() local
989 if ( xValues.is() ) in getDouble()
993 return xValues->getDouble( columnIndex ); in getDouble()
1010 uno::Reference< sdbc::XRow > xValues in getBytes() local
1013 if ( xValues.is() ) in getBytes()
1017 return xValues->getBytes( columnIndex ); in getBytes()
1033 uno::Reference< sdbc::XRow > xValues in getDate() local
1036 if ( xValues.is() ) in getDate()
1040 return xValues->getDate( columnIndex ); in getDate()
1056 uno::Reference< sdbc::XRow > xValues in getTime() local
1059 if ( xValues.is() ) in getTime()
1063 return xValues->getTime( columnIndex ); in getTime()
1080 uno::Reference< sdbc::XRow > xValues in getTimestamp() local
1083 if ( xValues.is() ) in getTimestamp()
1087 return xValues->getTimestamp( columnIndex ); in getTimestamp()
1104 uno::Reference< sdbc::XRow > xValues in getBinaryStream() local
1107 if ( xValues.is() ) in getBinaryStream()
1111 return xValues->getBinaryStream( columnIndex ); in getBinaryStream()
1128 uno::Reference< sdbc::XRow > xValues in getCharacterStream() local
1131 if ( xValues.is() ) in getCharacterStream()
1135 return xValues->getCharacterStream( columnIndex ); in getCharacterStream()
1153 uno::Reference< sdbc::XRow > xValues in getObject() local
1156 if ( xValues.is() ) in getObject()
1160 return xValues->getObject( columnIndex, typeMap ); in getObject()
1177 uno::Reference< sdbc::XRow > xValues in getRef() local
1180 if ( xValues.is() ) in getRef()
1184 return xValues->getRef( columnIndex ); in getRef()
1201 uno::Reference< sdbc::XRow > xValues in getBlob() local
1204 if ( xValues.is() ) in getBlob()
1208 return xValues->getBlob( columnIndex ); in getBlob()
1225 uno::Reference< sdbc::XRow > xValues in getClob() local
1228 if ( xValues.is() ) in getClob()
1232 return xValues->getClob( columnIndex ); in getClob()
1249 uno::Reference< sdbc::XRow > xValues in getArray() local
1252 if ( xValues.is() ) in getArray()
1256 return xValues->getArray( columnIndex ); in getArray()