Back Previous Next


Linguist data package - read

Syntax:

   read {record} from <filename>

Keyword handler:

   net.eclecity.linguist.data.keyword.DataKRead.class

Runtime handler(s):

   net.eclecity.linguist.data.handler.DataHRead.class

Function:

Read all records of this type from the named XML file and add them to the database.

Example(s):

   read Customer from "customer.xml"


Back Previous Next