[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects
DataObjectMetaData.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Mon Sep 20 13:40:20 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects
In directory jcorp2.servlets.net:/tmp/cvs-serv7288
Modified Files:
DataObjectMetaData.java
Log Message:
<Aucun commentaire entré>
Index: DataObjectMetaData.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataObjectMetaData.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** DataObjectMetaData.java 20 Sep 2004 19:20:46 -0000 1.10
--- DataObjectMetaData.java 20 Sep 2004 20:40:17 -0000 1.11
***************
*** 473,475 ****
--- 473,500 ----
*/
public String getDescription(java.util.Locale l);
+
+
+ /**
+ * Retrieve the database schema name associated with this data object
+ *
+ * @return the className of the schema associated with this DBObject
+ */
+ public String getTargetDbSchema();
+
+ /**
+ * Retrieve the database catalogue name associated with this data object
+ *
+ * @return the className of the schema associated with this DBObject
+ */
+ public String getTargetDbCatalog();
+
+
+ /**
+ * Retrieve the full table name associated with this data object
+ *
+ * @return the className of the schema associated with this DBObject
+ */
+ public String getTargetSQLTable(String dataContext) throws DataException;
+
+
}
More information about the cvs
mailing list