public class DbColumn extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static DbColumn |
getColumn(DbContents contents,
ResultSet rs)
Create a column from a DatabaseMetaData.getColumns row.
|
String |
getDataType() |
String |
getName() |
int |
getPosition() |
static DbColumn |
getProcedureColumn(DbContents contents,
ResultSet rs)
Create a column from a DatabaseMetaData.getProcedureColumns row.
|
String |
getQuotedName() |
public static DbColumn getProcedureColumn(DbContents contents, ResultSet rs) throws SQLException
contents - the database contentsrs - the result setSQLException - on failurepublic static DbColumn getColumn(DbContents contents, ResultSet rs) throws SQLException
contents - the database contentsrs - the result setSQLException - on failurepublic String getDataType()
public String getName()
public String getQuotedName()
public int getPosition()
Copyright © 2022. All rights reserved.