|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IfmxParameterMetaData interface extends the java.sql.IfmxParameterMetaData interface.
Field Summary |
Fields inherited from interface java.sql.ParameterMetaData |
parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown |
Method Summary | |
int |
getParameterAlignment(int param)
Gets the Parameter's alignment |
int |
getParameterExtendedId(int param)
Gets the Parameter's extended id |
java.lang.String |
getParameterExtendedName(int param)
Gets the Parameter's extended name |
java.lang.String |
getParameterExtendedOwnerName(int param)
Gets the Parameter's extended type's owner name |
int |
getParameterLength(int parameter)
Gets the parameter's Length |
int |
getParameterReference(int param)
Gets the Parameter's reference type |
int |
getParameterSourceType(int param)
Gets the Parameter's SourceType |
Methods inherited from interface java.sql.ParameterMetaData |
getParameterClassName, getParameterCount, getParameterMode, getParameterType, getParameterTypeName, getPrecision, getScale, isNullable, isSigned |
Method Detail |
public int getParameterExtendedId(int param) throws java.sql.SQLException
Gets the Parameter's extended id
java.sql.SQLException
- if a database access error occurspublic java.lang.String getParameterExtendedName(int param) throws java.sql.SQLException
Gets the Parameter's extended name
java.sql.SQLException
- if a database access error occurspublic java.lang.String getParameterExtendedOwnerName(int param) throws java.sql.SQLException
Gets the Parameter's extended type's owner name
java.sql.SQLException
- if a database access error occurspublic int getParameterReference(int param) throws java.sql.SQLException
Gets the Parameter's reference type
java.sql.SQLException
- if a database access error occurspublic int getParameterAlignment(int param) throws java.sql.SQLException
Gets the Parameter's alignment
java.sql.SQLException
- if a database access error occurspublic int getParameterSourceType(int param) throws java.sql.SQLException
Gets the Parameter's SourceType
java.sql.SQLException
- if a database access error occurspublic int getParameterLength(int parameter) throws java.sql.SQLException
Gets the parameter's Length
parameter
- the first parameter is 1, the second is 2, ...
java.sql.SQLException
- if a database access error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |