JDNC 04 05 Schema Documentation

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

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

Model
<...
  catalogName = xsd:string
  columnType = jdnc:SQLType : CHAR
  displaySize = xsd:nonNegativeInteger
  isSigned = xsd:boolean : false
  precision = xsd:int
  scale = xsd:int
  schemaName = xsd:string
  tableName = xsd:string>

</...>


Attribute Summary
 xsd:stringcatalogName
          
 jdnc:SQLTypecolumnType
          
 xsd:nonNegativeIntegerdisplaySize
          
 xsd:booleanisSigned
          
 xsd:intprecision
          
 xsd:intscale
          
 xsd:stringschemaName
          
 xsd:stringtableName
          

Attribute Detail

catalogName

xsd:string catalogName


columnType

jdnc:SQLType columnType

Default: CHAR

displaySize

xsd:nonNegativeInteger displaySize


isSigned

xsd:boolean isSigned

Default: false

precision

xsd:int precision


scale

xsd:int scale


schemaName

xsd:string schemaName


tableName

xsd:string tableName


Local Usage
_rowSetMetaDataColumn.class

Source
<xsd:complexType name="RowSetMetaDataColumn.type">
<xsd:complexContent>
<xsd:extension base="om:Identifiable.type">
<xsd:attributeGroup ref="jdnc:RowSetMetaDataColumn.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.