com.sun.mdm.index.parser
Class SqlServerType

java.lang.Object
  extended bycom.sun.mdm.index.parser.SqlServerType

public class SqlServerType
extends java.lang.Object


Constructor Summary
SqlServerType()
          default constructor
 
Method Summary
 java.lang.String getColumnName()
           
 java.lang.String getColumnType()
           
(package private)  void parse(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlServerType

public SqlServerType()
default constructor

Method Detail

getColumnName

public java.lang.String getColumnName()
Returns:
String string

getColumnType

public java.lang.String getColumnType()
Returns:
String string

parse

void parse(org.w3c.dom.Node node)
Parameters:
node - node


Sun Microsystems, Inc.