JDNC 04 05 Schema Documentation

http://www.jdesktop.org/2004/05/jdnc
complexType RowSet.type

Super Types
{http://www.jdesktop.org/2004/05/jdnc}RowSet.type (extension)

Model
<...
  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? ), )
</...>


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:complexType name="RowSet.type">
<xsd:complexContent>
<xsd:extension base="om:Identifiable.type">
<xsd:group ref="jdnc:RowSet.content"/>
<xsd:attributeGroup ref="jdnc:RowSet.attlist"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

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.