|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2001 Massachusetts Institute of Technology
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
$Source: /cvs/oki/org/okiproject/serviceapi/doc/sql/org/okiproject/serviceapi/sql/ColumnMetaData.html,v $
Method Summary | |
java.lang.String |
getCatalogName()
Method getCatalogName |
int |
getColumn()
Method getColumn |
java.lang.String |
getColumnClassName()
Method getColumnClassName |
int |
getColumnDisplaySize()
Method getColumnDisplaySize |
java.lang.String |
getColumnLabel()
Method getColumnLabel |
java.lang.String |
getColumnName()
Method getColumnName |
int |
getColumnType()
Method getColumnType |
java.lang.String |
getColumnTypeName()
Method getColumnTypeName |
int |
getNullable()
Method getNullable |
int |
getPrecision()
Method getPrecision |
int |
getScale()
Method getScale |
java.lang.String |
getSchemaName()
Method getSchemaName |
java.lang.String |
getTableName()
Method getTableName |
boolean |
isAutoIncrement()
Method isAutoIncrement |
boolean |
isCaseSensitive()
Method isCaseSensitive |
boolean |
isCurrency()
Method isCurrency |
boolean |
isDefinitelyWritable()
Method isDefinitelyWritable |
boolean |
isReadOnly()
Method isReadOnly |
boolean |
isSearchable()
Method isSearchable |
boolean |
isSigned()
Method isSigned |
boolean |
isWritable()
Method isWritable |
Method Detail |
public java.lang.String getCatalogName()
public int getColumn()
public java.lang.String getColumnClassName()
public int getColumnDisplaySize()
public java.lang.String getColumnLabel()
public java.lang.String getColumnName()
public int getColumnType()
public java.lang.String getColumnTypeName()
public int getPrecision()
public int getScale()
public java.lang.String getSchemaName()
public java.lang.String getTableName()
public boolean isAutoIncrement()
public boolean isCaseSensitive()
public boolean isCurrency()
public boolean isDefinitelyWritable()
public int getNullable()
public boolean isReadOnly()
public boolean isSearchable()
public boolean isSigned()
public boolean isWritable()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |