The methods of Java.Sql.IParameterMetaData are listed below. For a list of all members, see the IParameterMetaData Members list.
GetParameterClassName(int)Gets the fully-qualified name of the Java class which should be passed as a parameter to the method PreparedStatement.setObject. | ||
GetParameterMode(int)Gets the mode of the specified parameter. | ||
GetParameterType(int)Gets the SQL type of a specified parameter. | ||
GetParameterTypeName(int)Gets the database-specific type name of a specified parameter. | ||
GetPrecision(int)Gets the number of decimal digits for a specified parameter. | ||
GetScale(int)Gets the number of digits after the decimal point for a specified parameter. | ||
IsNullable(int)Gets whether null values are allowed for the specified parameter. | ||
IsSigned(int)Gets whether values for the specified parameter can be signed numbers. | ||