Java.Sql.IPreparedStatement: Property Members

The properties of Java.Sql.IPreparedStatement are listed below. For a list of all members, see the IPreparedStatement Members list.

Public Properties

[read-only]
MetaDataIResultSetMetaData. Returns a ResultSetMetaData describing the ResultSet that would be produced by execution of the PreparedStatement.
[read-only]
ParameterMetaDataIParameterMetaData. Gets information about the parameters of the PreparedStatement.