Searched defs:dropTable (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbcommit/webclient/client/
H A DClient.java113 dropTable(con, tableName);
127 private void dropTable(Connection con, String tableName) throws Exception { method in class:Client
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbrollback/webclient/client/
H A DClient.java109 dropTable(con, tableName);
127 private void dropTable(Connection con, String tableName) throws Exception { method in class:Client
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbrollback1/webclient/client/
H A DClient.java110 dropTable(con, tableName);
132 private void dropTable(Connection con, String tableName) throws Exception { method in class:Client
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbcommit1/webclient/client/
H A DClient.java111 dropTable(con, tableName);
129 private void dropTable(Connection con, String tableName) throws Exception { method in class:Client
/glassfish-3.1.2/persistence/cmp/generator-database/src/main/java/com/sun/jdo/spi/persistence/generator/database/
H A DDDLTemplateFormatter.java80 private static MessageFormat dropTable = null; field in class:DDLTemplateFormatter
113 dropTable = new MessageFormat(
164 return dropTable.format(o);
H A DMappingPolicy.java245 "dropTable"; // NOI18N
425 private String dropTable; field in class:MappingPolicy
1279 return dropTable;
1412 dropTable = value;
1541 + "\ndropTable=" + dropTable // NOI18N

Completed in 52 milliseconds