Searched refs:propInteger (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java180 propInteger("concurrency", caller.getConcurrency());
186 propInteger("fetch-direction", caller.getFetchDirection());
194 propInteger("fetch-size", caller.getFetchSize());
195 propInteger("isolation-level",
202 propInteger("column", kc[i]);
222 propInteger("max-field-size", caller.getMaxFieldSize());
223 propInteger("max-rows", caller.getMaxRows());
224 propInteger("query-timeout", caller.getQueryTimeout());
253 propInteger("sync-provider-grade", caller.getSyncProvider().getProviderGrade());
254 propInteger("dat
608 private void propInteger(String tag, int i) throws java.io.IOException { method in class:WebRowSetXmlWriter
[all...]

Completed in 59 milliseconds