|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for information about columns. ResultSetMetaData methods are mirrored here, see their documentation for descriptions.
Method Summary | |
String |
getCatalogName()
|
String |
getColumnClassName()
|
int |
getColumnDisplaySize()
|
String |
getColumnLabel()
|
String |
getColumnName()
|
int |
getColumnType()
Return the jdbc.Sql.Types type for the column. |
String |
getColumnTypeName()
|
String |
getIdentifier()
|
int |
getMetaColumnType()
Return one of MetaDataModel types. |
int |
getPrecision()
|
int |
getScale()
|
String |
getSchemaName()
|
String |
getTableName()
|
boolean |
isAutoIncrement()
|
boolean |
isCaseSensitive()
|
boolean |
isCurrency()
|
boolean |
isDefinitelyWritable()
|
int |
isNullable()
|
boolean |
isReadOnly()
|
boolean |
isSearchable()
|
boolean |
isSigned()
|
boolean |
isTimeDate()
Is this column's type date/time/timestamp? |
boolean |
isWritable()
|
void |
setAutoIncrement(boolean isAutoIncrement)
|
void |
setCaseSensitive(boolean isCaseSensitive)
|
void |
setCatalogName(String catalog)
|
void |
setColumnClassName(String columnClassName)
|
void |
setColumnDisplaySize(int displayWidth)
|
void |
setColumnLabel(String label)
|
void |
setColumnName(String name)
|
void |
setColumnType(int type)
|
void |
setColumnTypeName(String typeName)
|
void |
setCurrency(boolean isCurrency)
|
void |
setDefinitelyWritable(boolean isDefinitelyWritable)
|
void |
setIdentifier(String identifier)
|
void |
setMetaColumnType(int metaType)
Set the metaType for this column. |
void |
setMetaColumnTypeFromSqlType(int type)
Set the metaType for this column. |
void |
setNullable(int isNullable)
|
void |
setPrecision(int precision)
|
void |
setReadOnly(boolean isReadOnly)
|
void |
setScale(int scale)
|
void |
setSchemaName(String schema)
|
void |
setSearchable(boolean isSearchable)
|
void |
setSigned(boolean isSigned)
|
void |
setTableName(String table)
|
void |
setWritable(boolean isWritable)
|
Method Detail |
public String getCatalogName()
public int getColumnDisplaySize()
public String getColumnLabel()
public String getColumnName()
public int getMetaColumnType()
getColumnType()
public boolean isTimeDate()
public int getColumnType()
getMetaColumnType()
public String getColumnTypeName()
public int getPrecision()
public int getScale()
public String getSchemaName()
public String getTableName()
public boolean isAutoIncrement()
public boolean isCaseSensitive()
public boolean isCurrency()
public boolean isDefinitelyWritable()
public int isNullable()
public boolean isReadOnly()
public boolean isSearchable()
public boolean isSigned()
public boolean isWritable()
public String getColumnClassName()
public String getIdentifier()
public void setMetaColumnType(int metaType)
metaType
- a int which is the MetaDataModel type for the columnMetaDataModel
public void setMetaColumnTypeFromSqlType(int type)
public void setCatalogName(String catalog)
public void setColumnDisplaySize(int displayWidth)
public void setColumnLabel(String label)
public void setColumnName(String name)
public void setColumnType(int type)
public void setColumnTypeName(String typeName)
public void setPrecision(int precision)
public void setScale(int scale)
public void setSchemaName(String schema)
public void setTableName(String table)
public void setAutoIncrement(boolean isAutoIncrement)
public void setCaseSensitive(boolean isCaseSensitive)
public void setCurrency(boolean isCurrency)
public void setDefinitelyWritable(boolean isDefinitelyWritable)
public void setNullable(int isNullable)
public void setReadOnly(boolean isReadOnly)
public void setSearchable(boolean isSearchable)
public void setSigned(boolean isSigned)
public void setWritable(boolean isWritable)
public void setColumnClassName(String columnClassName)
public void setIdentifier(String identifier)
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |