org.xerial.db.datatype
Class LongType

java.lang.Object
  extended by org.xerial.db.datatype.DataTypeBase
      extended by org.xerial.db.datatype.LongType
All Implemented Interfaces:
Comparable<DataType>, DataType

public class LongType
extends DataTypeBase

Long data type

Author:
leo

Constructor Summary
LongType(String name)
           
LongType(String name, boolean isPrimaryKey)
           
LongType(String name, boolean isPrimaryKey, boolean isNotNull)
           
 
Method Summary
 String getTypeName()
          Gets the type name of this data type, e.g., integer, boolean, etc.
 
Methods inherited from class org.xerial.db.datatype.DataTypeBase
compareTo, equals, getName, isNotNull, isPrimaryKey, setNotNull, setPrimaryKey, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongType

public LongType(String name)
Parameters:
name - parameter name

LongType

public LongType(String name,
                boolean isPrimaryKey,
                boolean isNotNull)
Parameters:
name -
isPrimaryKey -
isNotNull -

LongType

public LongType(String name,
                boolean isPrimaryKey)
Parameters:
name -
isPrimaryKey -
Method Detail

getTypeName

public String getTypeName()
Description copied from interface: DataType
Gets the type name of this data type, e.g., integer, boolean, etc.

Returns:
the type name


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.