Additional methods the embedded engine exposes on its
PreparedStatement object implementations. An internal api only, mainly
for the network server. Allows consistent interaction between embedded
PreparedStatement and Brokered PreparedStatements.
(DERBY-1015)
getEmbedParameterSetMetaData() Imitate the getParameterMetaData() that is in JDBC 3.0
Once,JDK1.3 stops being supported, instead of returning EngineParameterMetaData
the JDBC 3.0 class - ParameterMetaData can be used.
Imitate the getParameterMetaData() that is in JDBC 3.0
Once,JDK1.3 stops being supported, instead of returning EngineParameterMetaData
the JDBC 3.0 class - ParameterMetaData can be used.
Retrieves the number, types and properties of this PreparedStatement
object's parameters.
a EngineParameterMetaData object that contains information about thenumber, types and properties of this PreparedStatement object's parameters. exception: SQLException - if a database access error occurs