X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage.pm;h=df4434ece19c888cf6829df56cbee95af655998d;hp=dd61ba0deec4c3ae51f93a83d4bf441347444ba3;hb=ed213e857791d1cfb0f1a0e32674e81358e19564;hpb=c4d3fae2d68b67050e6f4a04031608506e9a18e8 diff --git a/lib/DBIx/Class/Storage.pm b/lib/DBIx/Class/Storage.pm index dd61ba0..df4434e 100644 --- a/lib/DBIx/Class/Storage.pm +++ b/lib/DBIx/Class/Storage.pm @@ -438,6 +438,15 @@ only. sub select_single { die "Virtual method!" } +=head2 reload_row ($row) + +given a L object, 'reloads' it from the storage. This will +destroy any existing changes you have not yet saved. + +=cut + +sub reload_row { die "Virtual method!" } + =head2 columns_info_for Returns metadata for the given source's columns. This