int getColumnProType(int columnNum) throws ProSQLException
|
String getColumnJavaTypeName(int columnNum) throws ProSQLException
|
int getFieldCount() throws ProSQLException
|
String getFieldName(int fieldNum) throws ProSQLException
|
int getFieldExtent(int fieldNum) throws ProSQLException
|
int getFieldProType(int fieldNum) throws ProSQLException
|
String getFieldJavaTypeName(int fieldNum) throws ProSQLException
|
String getFieldTypeName(int fieldNum) throws ProSQLException
|
This array model methodreturns the same set of values . . .
|
As this flat model method . . .
|
getFieldName()
|
getColumnName()
|
getFieldProType()
|
getColumnProType()
|
getFieldJavaTypeName()
|
getColumnJavaTypeName()
|
getFieldTypeName()
|
getColumnTypeName()
|