Woolpack API

woolpack.sql.meta
クラス ColumnInfo

java.lang.Object
  上位を拡張 woolpack.sql.meta.ColumnInfo

public class ColumnInfo
extends java.lang.Object

カラムの型の情報です。

作成者:
nakamura

コンストラクタの概要
ColumnInfo()
           
ColumnInfo(int dataType, java.lang.String typeName, int size, int decimalDigits, boolean notNull)
           
 
メソッドの概要
 int getDataType()
           
 int getDecimalDigits()
           
 int getSize()
           
 java.lang.String getTypeName()
           
 boolean isNotNull()
           
 void setDataType(int dataType)
           
 void setDecimalDigits(int decimalDigits)
           
 void setNotNull(boolean notNull)
           
 void setSize(int size)
           
 void setTypeName(java.lang.String typeName)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ColumnInfo

public ColumnInfo(int dataType,
                  java.lang.String typeName,
                  int size,
                  int decimalDigits,
                  boolean notNull)

ColumnInfo

public ColumnInfo()
メソッドの詳細

isNotNull

public boolean isNotNull()

setNotNull

public void setNotNull(boolean notNull)

getSize

public int getSize()

setSize

public void setSize(int size)

getDataType

public int getDataType()

setDataType

public void setDataType(int dataType)

getDecimalDigits

public int getDecimalDigits()

setDecimalDigits

public void setDecimalDigits(int decimalDigits)

getTypeName

public java.lang.String getTypeName()

setTypeName

public void setTypeName(java.lang.String typeName)

Woolpack API

Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.