Home
last modified time | relevance | path

Searched refs:s_tableNameCustomers (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java138 private static final String s_tableNameCustomers = "CUSTOMERS"; field in DataAwareness
501 String sCreateStatement = "CREATE TABLE " + s_tableNameCustomers + " "; in createTableCustomer()
510 if ( implCreateTable( xConn, sCreateStatement, s_tableNameCustomers ) ) in createTableCustomer()
512 String sInsertionPrefix = "INSERT INTO " + s_tableNameCustomers + " VALUES "; in createTableCustomer()
768 sListSource += s_tableNameCustomers; in prepareDocument()

Completed in 28 milliseconds