Lines Matching refs:xValues

691         uno::Reference< sdbc::XRow > xValues  in wasNull()  local
694 if ( xValues.is() ) in wasNull()
697 return xValues->wasNull(); in wasNull()
711 uno::Reference< sdbc::XRow > xValues in getString() local
714 if ( xValues.is() ) in getString()
718 return xValues->getString( columnIndex ); in getString()
733 uno::Reference< sdbc::XRow > xValues in getBoolean() local
736 if ( xValues.is() ) in getBoolean()
740 return xValues->getBoolean( columnIndex ); in getBoolean()
755 uno::Reference< sdbc::XRow > xValues in getByte() local
758 if ( xValues.is() ) in getByte()
762 return xValues->getByte( columnIndex ); in getByte()
777 uno::Reference< sdbc::XRow > xValues in getShort() local
780 if ( xValues.is() ) in getShort()
784 return xValues->getShort( columnIndex ); in getShort()
799 uno::Reference< sdbc::XRow > xValues in getInt() local
802 if ( xValues.is() ) in getInt()
806 return xValues->getInt( columnIndex ); in getInt()
821 uno::Reference< sdbc::XRow > xValues in getLong() local
824 if ( xValues.is() ) in getLong()
828 return xValues->getLong( columnIndex ); in getLong()
843 uno::Reference< sdbc::XRow > xValues in getFloat() local
846 if ( xValues.is() ) in getFloat()
850 return xValues->getFloat( columnIndex ); in getFloat()
865 uno::Reference< sdbc::XRow > xValues in getDouble() local
868 if ( xValues.is() ) in getDouble()
872 return xValues->getDouble( columnIndex ); in getDouble()
888 uno::Reference< sdbc::XRow > xValues in getBytes() local
891 if ( xValues.is() ) in getBytes()
895 return xValues->getBytes( columnIndex ); in getBytes()
910 uno::Reference< sdbc::XRow > xValues in getDate() local
913 if ( xValues.is() ) in getDate()
917 return xValues->getDate( columnIndex ); in getDate()
932 uno::Reference< sdbc::XRow > xValues in getTime() local
935 if ( xValues.is() ) in getTime()
939 return xValues->getTime( columnIndex ); in getTime()
955 uno::Reference< sdbc::XRow > xValues in getTimestamp() local
958 if ( xValues.is() ) in getTimestamp()
962 return xValues->getTimestamp( columnIndex ); in getTimestamp()
978 uno::Reference< sdbc::XRow > xValues in getBinaryStream() local
981 if ( xValues.is() ) in getBinaryStream()
985 return xValues->getBinaryStream( columnIndex ); in getBinaryStream()
1001 uno::Reference< sdbc::XRow > xValues in getCharacterStream() local
1004 if ( xValues.is() ) in getCharacterStream()
1008 return xValues->getCharacterStream( columnIndex ); in getCharacterStream()
1025 uno::Reference< sdbc::XRow > xValues in getObject() local
1028 if ( xValues.is() ) in getObject()
1032 return xValues->getObject( columnIndex, typeMap ); in getObject()
1048 uno::Reference< sdbc::XRow > xValues in getRef() local
1051 if ( xValues.is() ) in getRef()
1055 return xValues->getRef( columnIndex ); in getRef()
1071 uno::Reference< sdbc::XRow > xValues in getBlob() local
1074 if ( xValues.is() ) in getBlob()
1078 return xValues->getBlob( columnIndex ); in getBlob()
1094 uno::Reference< sdbc::XRow > xValues in getClob() local
1097 if ( xValues.is() ) in getClob()
1101 return xValues->getClob( columnIndex ); in getClob()
1117 uno::Reference< sdbc::XRow > xValues in getArray() local
1120 if ( xValues.is() ) in getArray()
1124 return xValues->getArray( columnIndex ); in getArray()