public interface IfmxParameterMetaData
extends java.sql.ParameterMetaData
The IfmxParameterMetaData interface extends the java.sql.IfmxParameterMetaData interface.
| Modifier and Type | Method and Description |
|---|---|
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
|
int getParameterExtendedId(int param)
throws java.sql.SQLException
Gets the Parameter's extended id
parameter - the first parameter is 1, the second is 2, ...java.sql.SQLException - if a database access error occursjava.lang.String getParameterExtendedName(int param)
throws java.sql.SQLException
Gets the Parameter's extended name
parameter - the first parameter is 1, the second is 2, ...java.sql.SQLException - if a database access error occursjava.lang.String getParameterExtendedOwnerName(int param)
throws java.sql.SQLException
Gets the Parameter's extended type's owner name
parameter - the first parameter is 1, the second is 2, ...java.sql.SQLException - if a database access error occursint getParameterReference(int param)
throws java.sql.SQLException
Gets the Parameter's reference type
parameter - the first parameter is 1, the second is 2, ...java.sql.SQLException - if a database access error occursint getParameterAlignment(int param)
throws java.sql.SQLException
Gets the Parameter's alignment
parameter - the first parameter is 1, the second is 2, ...java.sql.SQLException - if a database access error occursint getParameterSourceType(int param)
throws java.sql.SQLException
Gets the Parameter's SourceType
parameter - the first parameter is 1, the second is 2, ...java.sql.SQLException - if a database access error occursint 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