Lines Matching refs:xValues

701         uno::Reference< sdbc::XRow > xValues  in wasNull()  local
704 if ( xValues.is() ) in wasNull()
707 return xValues->wasNull(); in wasNull()
721 uno::Reference< sdbc::XRow > xValues in getString() local
724 if ( xValues.is() ) in getString()
728 return xValues->getString( columnIndex ); in getString()
743 uno::Reference< sdbc::XRow > xValues in getBoolean() local
746 if ( xValues.is() ) in getBoolean()
750 return xValues->getBoolean( columnIndex ); in getBoolean()
765 uno::Reference< sdbc::XRow > xValues in getByte() local
768 if ( xValues.is() ) in getByte()
772 return xValues->getByte( columnIndex ); in getByte()
787 uno::Reference< sdbc::XRow > xValues in getShort() local
790 if ( xValues.is() ) in getShort()
794 return xValues->getShort( columnIndex ); in getShort()
809 uno::Reference< sdbc::XRow > xValues in getInt() local
812 if ( xValues.is() ) in getInt()
816 return xValues->getInt( columnIndex ); in getInt()
831 uno::Reference< sdbc::XRow > xValues in getLong() local
834 if ( xValues.is() ) in getLong()
838 return xValues->getLong( columnIndex ); in getLong()
853 uno::Reference< sdbc::XRow > xValues in getFloat() local
856 if ( xValues.is() ) in getFloat()
860 return xValues->getFloat( columnIndex ); in getFloat()
875 uno::Reference< sdbc::XRow > xValues in getDouble() local
878 if ( xValues.is() ) in getDouble()
882 return xValues->getDouble( columnIndex ); in getDouble()
898 uno::Reference< sdbc::XRow > xValues in getBytes() local
901 if ( xValues.is() ) in getBytes()
905 return xValues->getBytes( columnIndex ); in getBytes()
920 uno::Reference< sdbc::XRow > xValues in getDate() local
923 if ( xValues.is() ) in getDate()
927 return xValues->getDate( columnIndex ); in getDate()
942 uno::Reference< sdbc::XRow > xValues in getTime() local
945 if ( xValues.is() ) in getTime()
949 return xValues->getTime( columnIndex ); in getTime()
965 uno::Reference< sdbc::XRow > xValues in getTimestamp() local
968 if ( xValues.is() ) in getTimestamp()
972 return xValues->getTimestamp( columnIndex ); in getTimestamp()
988 uno::Reference< sdbc::XRow > xValues in getBinaryStream() local
991 if ( xValues.is() ) in getBinaryStream()
995 return xValues->getBinaryStream( columnIndex ); in getBinaryStream()
1011 uno::Reference< sdbc::XRow > xValues in getCharacterStream() local
1014 if ( xValues.is() ) in getCharacterStream()
1018 return xValues->getCharacterStream( columnIndex ); in getCharacterStream()
1035 uno::Reference< sdbc::XRow > xValues in getObject() local
1038 if ( xValues.is() ) in getObject()
1042 return xValues->getObject( columnIndex, typeMap ); in getObject()
1058 uno::Reference< sdbc::XRow > xValues in getRef() local
1061 if ( xValues.is() ) in getRef()
1065 return xValues->getRef( columnIndex ); in getRef()
1081 uno::Reference< sdbc::XRow > xValues in getBlob() local
1084 if ( xValues.is() ) in getBlob()
1088 return xValues->getBlob( columnIndex ); in getBlob()
1104 uno::Reference< sdbc::XRow > xValues in getClob() local
1107 if ( xValues.is() ) in getClob()
1111 return xValues->getClob( columnIndex ); in getClob()
1127 uno::Reference< sdbc::XRow > xValues in getArray() local
1130 if ( xValues.is() ) in getArray()
1134 return xValues->getArray( columnIndex ); in getArray()