JDNC 04 05 Schema Documentation

http://www.jdesktop.org/2004/05/jdnc
element rowSet

Model
<rowSet
  command = jdnc:SQLQuery
  concurrency = jdnc:ConcurrencyMode
  connectionURL = xsd:string
  dataSourceName = xsd:string
  escapeProcessing = xsd:boolean : true
  fetchDirection = jdnc:FetchDirection
  fetchSize = xsd:int
  isolationLevel = jdnc:TransactionIsolationLevel
  keyColumns = om:PositiveIntegerList
  maxRows = xsd:int
  queryTimeout = xsd:int
  rowSetType = jdnc:RowSetType
  showDeleted = xsd:boolean : false
  tableName = xsd:string>
((syncProvider?, typeMap?, metaData? , data? ), )
</rowSet>


Attribute Summary
 jdnc:SQLQuerycommand
          
 jdnc:ConcurrencyModeconcurrency
          
 xsd:stringconnectionURL
          
 xsd:stringdataSourceName
          
 xsd:booleanescapeProcessing
          
 jdnc:FetchDirectionfetchDirection
          
 xsd:intfetchSize
          
 jdnc:TransactionIsolationLevelisolationLevel
          
 om:PositiveIntegerListkeyColumns
          
 xsd:intmaxRows
          
 xsd:intqueryTimeout
          
 jdnc:RowSetTyperowSetType
          
 xsd:booleanshowDeleted
          
 xsd:stringtableName
          

Attribute Detail

command

jdnc:SQLQuery command


concurrency

jdnc:ConcurrencyMode concurrency


connectionURL

xsd:string connectionURL


dataSourceName

xsd:string dataSourceName


escapeProcessing

xsd:boolean escapeProcessing

Default: true

fetchDirection

jdnc:FetchDirection fetchDirection


fetchSize

xsd:int fetchSize


isolationLevel

jdnc:TransactionIsolationLevel isolationLevel


keyColumns

om:PositiveIntegerList keyColumns


maxRows

xsd:int maxRows


queryTimeout

xsd:int queryTimeout


rowSetType

jdnc:RowSetType rowSetType


showDeleted

xsd:boolean showDeleted

Default: false

tableName

xsd:string tableName


Source
<xsd:element name="rowSet" type="jdnc:RowSet.type"/>

JDNC 04 05 Schema Documentation

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.