|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapplications.basics.SingleColumnInfo
public class SingleColumnInfo
Constructor Summary | |
---|---|
SingleColumnInfo()
|
|
SingleColumnInfo(java.sql.DatabaseMetaData dmd,
java.lang.String db,
java.lang.String table,
java.lang.String column)
|
|
SingleColumnInfo(java.sql.DatabaseMetaData dmd,
java.lang.String db,
java.lang.String schema,
java.lang.String table,
java.lang.String column)
|
|
SingleColumnInfo(java.util.Vector v)
|
Method Summary | |
---|---|
int |
getBuffer_length()
Get the value of buffer_length. |
int |
getChar_octet_length()
Get the value of char_octet_length. |
java.lang.String |
getColumn_def()
Get the value of column_def. |
java.lang.String |
getColumn_name()
Get the value of column_name. |
int |
getColumn_size()
Get the value of column_size. |
short |
getData_type()
Get the value of data_type. |
java.util.Vector |
getDataVector()
Get the value of dataVector. |
int |
getDecimal_digits()
Get the value of decimal_digits. |
java.lang.String |
getIs_nullable()
Get the value of is_nullable. |
int |
getNullable()
Get the value of nullable. |
int |
getNum_prec_radix()
Get the value of num_prec_radix. |
int |
getOrdinal_position()
Get the value of ordinal_position. |
java.lang.String |
getRemarks()
Get the value of remarks. |
int |
getSql_data_type()
Get the value of sql_data_type. |
int |
getSql_datetime_sub()
Get the value of sql_datetime_sub. |
java.lang.String |
getTable_cat()
Get the value of table_cat. |
java.lang.String |
getTable_name()
Get the value of table_name. |
java.lang.String |
getTable_schem()
Get the value of table_schem. |
java.lang.String |
getType_name()
Get the value of type_name. |
java.lang.String |
getVersion()
|
boolean |
isNullable()
|
void |
setBuffer_length(int v)
Set the value of buffer_length. |
void |
setChar_octet_length(int v)
Set the value of char_octet_length. |
void |
setColumn_def(java.lang.String v)
Set the value of column_def. |
void |
setColumn_name(java.lang.String v)
Set the value of column_name. |
void |
setColumn_size(int v)
Set the value of column_size. |
void |
setData_type(short v)
Set the value of data_type. |
void |
setData()
|
void |
setDataVector(java.util.Vector v)
Set the value of dataVector. |
void |
setDecimal_digits(int v)
Set the value of decimal_digits. |
void |
setIs_nullable(java.lang.String v)
Set the value of is_nullable. |
void |
setNullable(int v)
Set the value of nullable. |
void |
setNum_prec_radix(int v)
Set the value of num_prec_radix. |
void |
setOrdinal_position(int v)
Set the value of ordinal_position. |
void |
setRemarks(java.lang.String v)
Set the value of remarks. |
void |
setSql_data_type(int v)
Set the value of sql_data_type. |
void |
setSql_datetime_sub(int v)
Set the value of sql_datetime_sub. |
void |
setTable_cat(java.lang.String v)
Set the value of table_cat. |
void |
setTable_name(java.lang.String v)
Set the value of table_name. |
void |
setTable_schem(java.lang.String v)
Set the value of table_schem. |
void |
setType_name(java.lang.String v)
Set the value of type_name. |
void |
setValues(java.sql.DatabaseMetaData dmd,
java.lang.String db,
java.lang.String schema,
java.lang.String table,
java.lang.String column)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleColumnInfo()
public SingleColumnInfo(java.util.Vector v)
v
- Vector contains: String, String,String,String,Short,String,Integer,Integer,Integer,Integer,Integer, String,String,Integer,Integer,Integer,Stringpublic SingleColumnInfo(java.sql.DatabaseMetaData dmd, java.lang.String db, java.lang.String schema, java.lang.String table, java.lang.String column)
public SingleColumnInfo(java.sql.DatabaseMetaData dmd, java.lang.String db, java.lang.String table, java.lang.String column)
Method Detail |
---|
public java.lang.String getVersion()
public java.lang.String getTable_cat()
public void setTable_cat(java.lang.String v)
v
- Value to assign to table_cat.public java.lang.String getTable_schem()
public void setTable_schem(java.lang.String v)
v
- Value to assign to table_schem.public java.lang.String getTable_name()
public void setTable_name(java.lang.String v)
v
- Value to assign to table_name.public java.lang.String getColumn_name()
public void setColumn_name(java.lang.String v)
v
- Value to assign to column_name.public short getData_type()
public void setData_type(short v)
v
- Value to assign to data_type.public java.lang.String getType_name()
public void setType_name(java.lang.String v)
v
- Value to assign to type_name.public int getColumn_size()
public void setColumn_size(int v)
v
- Value to assign to column_size.public int getBuffer_length()
public void setBuffer_length(int v)
v
- Value to assign to buffer_length.public int getDecimal_digits()
public void setDecimal_digits(int v)
v
- Value to assign to decimal_digits.public int getNum_prec_radix()
public void setNum_prec_radix(int v)
v
- Value to assign to num_prec_radix.public int getNullable()
public boolean isNullable()
public void setNullable(int v)
v
- Value to assign to nullable.public java.lang.String getRemarks()
public void setRemarks(java.lang.String v)
v
- Value to assign to remarks.public java.lang.String getColumn_def()
public void setColumn_def(java.lang.String v)
v
- Value to assign to column_def.public int getSql_data_type()
public void setSql_data_type(int v)
v
- Value to assign to sql_data_type.public int getSql_datetime_sub()
public void setSql_datetime_sub(int v)
v
- Value to assign to sql_datetime_sub.public int getChar_octet_length()
public void setChar_octet_length(int v)
v
- Value to assign to char_octet_length.public int getOrdinal_position()
public void setOrdinal_position(int v)
v
- Value to assign to ordinal_position.public java.lang.String getIs_nullable()
public void setIs_nullable(java.lang.String v)
v
- Value to assign to is_nullable.public java.util.Vector getDataVector()
public void setDataVector(java.util.Vector v)
v
- Value to assign to dataVector.public void setData()
public void setValues(java.sql.DatabaseMetaData dmd, java.lang.String db, java.lang.String schema, java.lang.String table, java.lang.String column)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |