Searched refs:sInsertionPrefix (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DataAwareness.java | 482 String sInsertionPrefix = "INSERT INTO " + s_tableNameSalesmen + " VALUES "; in createTableSalesman() local 484 …implExecuteStatement( xConn, sInsertionPrefix + "(1, 'Joseph', 'Smith', 'Bond Street', 'CA', 95460… in createTableSalesman() 485 …implExecuteStatement( xConn, sInsertionPrefix + "(2, 'Frank', 'Jones', 'Lake silver', 'CA', 95460,… in createTableSalesman() 512 String sInsertionPrefix = "INSERT INTO " + s_tableNameCustomers + " VALUES "; in createTableCustomer() local 515 …implExecuteStatement( xConn, sInsertionPrefix + "(101, 'Superior BugSoft', '1 Party Place', 'Mendo… in createTableCustomer() 516 …implExecuteStatement( xConn, sInsertionPrefix + "(102, 'WeKnowAll, Inc.', '100 Coffee Lane', 'Mead… in createTableCustomer() 542 String sInsertionPrefix = "INSERT INTO " + s_tableNameSales + " VALUES "; in createTableSales() local 544 implExecuteStatement( xConn, sInsertionPrefix + "(1, 100, 1, 'Fruits', '2005-02-12', 39.99)" ); in createTableSales() 545 implExecuteStatement( xConn, sInsertionPrefix + "(2, 101, 3, 'Beef', '2005-10-18', 15.78)" ); in createTableSales() 546 …implExecuteStatement( xConn, sInsertionPrefix + "(3, 102, 3, 'Orange Juice', '2005-09-08', 25.63)"… in createTableSales() [all …]
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 618 String sInsertionPrefix = "INSERT INTO \"" + s_tableName + "\" VALUES ("; in ensureTables() local 621 if ( !implExecuteStatement( sInsertionPrefix + aValues[ i ] + ")" ) ) in ensureTables()
|
Completed in 24 milliseconds