public class DbColumn extends Object
Modifier and Type | Method and Description |
---|---|
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
public static DbColumn getColumn(DbContents contents, ResultSet rs) throws SQLException
contents
- the database contentsrs
- the result setSQLException
public String getDataType()
public String getName()
public String getQuotedName()
public int getPosition()
Copyright © 2020 JBoss by Red Hat. All rights reserved.