public final class Column
extends java.lang.Object
Constructor and Description |
---|
Column(SResultSet rs,
java.lang.String inName,
int inType,
int inNumber)
A column
|
Modifier and Type | Method and Description |
---|---|
int |
getDisplaySize() |
java.lang.String |
getName()
The column's name
|
int |
getNumber() |
int |
getType() |
public Column(SResultSet rs, java.lang.String inName, int inType, int inNumber)
rs
- the result set.inName
- the nameinType
- the typeinNumber
- the number@CheckReturnValue @Nonnull public java.lang.String getName()
@CheckReturnValue public int getType()
@CheckReturnValue public int getNumber()
@CheckReturnValue public int getDisplaySize() throws java.sql.SQLException
java.sql.SQLException
- if a database-access error occurs.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.