Revision 2720
Added by Jing Tao about 19 years ago
src/edu/ucsb/nceas/dbadapter/AbstractDatabase.java | ||
---|---|---|
133 | 133 |
} |
134 | 134 |
} |
135 | 135 |
|
136 |
|
|
137 |
/** |
|
138 |
* This method will return the sql command to get document list in xml_document |
|
139 |
* in replication. Because it involes outer join, so this method is very flexible. |
|
140 |
* @return |
|
141 |
*/ |
|
142 |
public abstract String getReplicationDocumentListSQL(); |
|
136 | 143 |
} |
137 | 144 |
|
Also available in: Unified diff
Add a method to get doc list query.