jxUtil 0.6

org.sourceforge.jxutil.sql
Class SQLUtil.TypeInfoRow

java.lang.Object
  |
  +--org.sourceforge.jxutil.sql.SQLUtil.TypeInfoRow
Enclosing class:
SQLUtil

public static class SQLUtil.TypeInfoRow
extends Object


Field Summary
 boolean auto_increment
           
 boolean case_sensitive
           
 String create_params
           
 short data_type
           
 boolean fixed_prec_scale
           
 String literal_prefix
           
 String literal_suffix
           
 String local_type_name
           
 short maximum_scale
           
 short minimum_scale
           
 short nullable
           
 int num_prec_radix
           
 int precision
           
 short searchable
           
 int sql_data_type
           
 int sql_datetime_sub
           
 String type_name
           
 boolean unsigned_attribute
           
 
Constructor Summary
SQLUtil.TypeInfoRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auto_increment

public boolean auto_increment

case_sensitive

public boolean case_sensitive

create_params

public String create_params

data_type

public short data_type

fixed_prec_scale

public boolean fixed_prec_scale

literal_prefix

public String literal_prefix

literal_suffix

public String literal_suffix

local_type_name

public String local_type_name

maximum_scale

public short maximum_scale

minimum_scale

public short minimum_scale

nullable

public short nullable

num_prec_radix

public int num_prec_radix

precision

public int precision

searchable

public short searchable

sql_data_type

public int sql_data_type

sql_datetime_sub

public int sql_datetime_sub

type_name

public String type_name

unsigned_attribute

public boolean unsigned_attribute
Constructor Detail

SQLUtil.TypeInfoRow

public SQLUtil.TypeInfoRow()

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.