org.apache.ibatis.metadata
Class Column

java.lang.Object
  extended by org.apache.ibatis.metadata.Column

public class Column
extends Object


Constructor Summary
Column(String name, int type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Column

public Column(String name,
              int type)
Method Detail

getName

public String getName()

getType

public int getType()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.