Added getName().

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1910 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-09-18 23:08:43 +00:00
parent a755572474
commit e4d6a0266b
@@ -98,6 +98,14 @@ public class Table<T>
init(clazz, tableName, keys, mixedCaseConvert);
}
/**
* Returns the SQL name of the table on which we operate.
*/
public String getName ()
{
return name;
}
/**
* Select records from database table according to search condition
*