private void writeTextNodes(RDBMSDatabaseAttributeNode attribute, int entry) throws java.sql.SQLException, org.dbwiki.exception.WikiException {
for (int iValue = 0; iValue < attribute.value().size(); iValue++) {
DatabaseTextNode node = attribute.value().get(iValue);
if (((NodeIdentifier)node.identifier()).nodeID() == RelDataColIDValUnknown) {
TimeSequence timestamp = null;
if (node.hasTimestamp()) {
timestamp = node.getTimestamp();
}
this.insertTextNode(attribute, entry, timestamp, node.value(), attribute.getpre(), attribute.getpost());