pub fn tx_get<'a, T>(tx: &mut Transaction<'a>, params: &T) -> Result<T, Error>
👎Deprecated since 0.2.0: Renamed to
tx_fetch
. Please use tx_fetch
function instead.Expand description
§tx_get
Transaction içinde tek bir kaydı getirir.
This function is deprecated. Please use tx_fetch
instead.