Added getName().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1910 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user