diff --git a/src/java/com/samskivert/jdbc/jora/Table.java b/src/java/com/samskivert/jdbc/jora/Table.java index 55170338..726e9c1c 100644 --- a/src/java/com/samskivert/jdbc/jora/Table.java +++ b/src/java/com/samskivert/jdbc/jora/Table.java @@ -98,6 +98,14 @@ public class Table 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 *