CloneSet8


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
341201.000class_body_declarations[50]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1322917
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java
2341886
E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java
Next
Last
Clone Instance
1
Line Count
322
Source Line
917
Source File
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/mo/sql/MockResultSet.java

/**
 * @see java.sql.ResultSet#getHoldability()
 */
public int getHoldability() throws SQLException {
  return 0;
}

/**
 * @see java.sql.ResultSet#getNCharacterStream(int)
 */
public Reader getNCharacterStream(int columnIndex) throws SQLException {
  return null;
}

/**
 * @see java.sql.ResultSet#getNCharacterStream(java.lang.String)
 */
public Reader getNCharacterStream(String columnLabel) throws SQLException {
  return null;
}

/**
 * @see java.sql.ResultSet#isClosed()
 */
public boolean isClosed() throws SQLException {
  return false;
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream, long)
 */
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream)
 */
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream, long)
 */
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream)
 */
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream, long)
 */
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream)
 */
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream, long)
 */
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream)
 */
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(int, java.io.InputStream, long)
 */
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(int, java.io.InputStream)
 */
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream, long)
 */
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream)
 */
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader, long)
 */
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader)
 */
public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader, long)
 */
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader)
 */
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(int, java.io.Reader, long)
 */
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(int, java.io.Reader)
 */
public void updateClob(int columnIndex, Reader reader) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader, long)
 */
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader)
 */
public void updateClob(String columnLabel, Reader reader) throws SQLException {
}

public RowId getRowId(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public RowId getRowId(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateRowId(int columnIndex, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateRowId(String columnLabel, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNString(int columnIndex, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNString(String columnLabel, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public NClob getNClob(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public NClob getNClob(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public SQLXML getSQLXML(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public SQLXML getSQLXML(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public String getNString(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public String getNString(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public <T>T unwrap(Class<T> iface) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public boolean isWrapperFor(Class<? > iface) throws SQLException {
  return false; //To change body of implemented methods use File | Settings | File Templates.
}


First
Previous
Clone Instance
2
Line Count
341
Source Line
886
Source File
E:/TSE/Projects-CloneDR/sql12/test/proxydriver/net/sourceforge/squirrel_sql/jdbcproxy/ProxyResultSet.java

/**
 * @see java.sql.ResultSet#getHoldability()
 */
public int getHoldability() throws SQLException {
  return 0;
}

/**
 * @see java.sql.ResultSet#getNCharacterStream(int)
 */
public Reader getNCharacterStream(int columnIndex) throws SQLException {
  return null;
}

/**
 * @see java.sql.ResultSet#getNCharacterStream(java.lang.String)
 */
public Reader getNCharacterStream(String columnLabel) throws SQLException {
  return null;
}

/**
 * @see java.sql.ResultSet#isClosed()
 */
public boolean isClosed() throws SQLException {
  return false;
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream, long)
 */
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream)
 */
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream, long)
 */
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream)
 */
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream, long)
 */
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream)
 */
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream, long)
 */
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream)
 */
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(int, java.io.InputStream, long)
 */
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(int, java.io.InputStream)
 */
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream, long)
 */
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream)
 */
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader, long)
 */
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader)
 */
public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader, long)
 */
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader)
 */
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(int, java.io.Reader, long)
 */
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(int, java.io.Reader)
 */
public void updateClob(int columnIndex, Reader reader) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader, long)
 */
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException {
}

/**
 * @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader)
 */
public void updateClob(String columnLabel, Reader reader) throws SQLException {
}

public RowId getRowId(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public RowId getRowId(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateRowId(int columnIndex, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateRowId(String columnLabel, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNString(int columnIndex, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNString(String columnLabel, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public NClob getNClob(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public NClob getNClob(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public SQLXML getSQLXML(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public SQLXML getSQLXML(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public String getNString(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public String getNString(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public <T>T unwrap(Class<T> iface) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public boolean isWrapperFor(Class<? > iface) throws SQLException {
  return false; //To change body of implemented methods use File | Settings | File Templates.
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * @see java.sql.ResultSet#getHoldability()
         */
public int getHoldability() throws SQLException {
  return 0;
}

/**
         * @see java.sql.ResultSet#getNCharacterStream(int)
         */
public Reader getNCharacterStream(int columnIndex) throws SQLException {
  return null;
}

/**
         * @see java.sql.ResultSet#getNCharacterStream(java.lang.String)
         */
public Reader getNCharacterStream(String columnLabel) throws SQLException {
  return null;
}

/**
         * @see java.sql.ResultSet#isClosed()
         */
public boolean isClosed() throws SQLException {
  return false;
}

/**
         * @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream, long)
         */
public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateAsciiStream(int, java.io.InputStream)
         */
public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream, long)
         */
public void updateAsciiStream(String columnLabel, InputStream x, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateAsciiStream(java.lang.String, java.io.InputStream)
         */
public void updateAsciiStream(String columnLabel, InputStream x) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream, long)
         */
public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBinaryStream(int, java.io.InputStream)
         */
public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream, long)
         */
public void updateBinaryStream(String columnLabel, InputStream x, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBinaryStream(java.lang.String, java.io.InputStream)
         */
public void updateBinaryStream(String columnLabel, InputStream x) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBlob(int, java.io.InputStream, long)
         */
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBlob(int, java.io.InputStream)
         */
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream, long)
         */
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateBlob(java.lang.String, java.io.InputStream)
         */
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader, long)
         */
public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateCharacterStream(int, java.io.Reader)
         */
public void updateCharacterStream(int columnIndex, Reader x) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader, long)
         */
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateCharacterStream(java.lang.String, java.io.Reader)
         */
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateClob(int, java.io.Reader, long)
         */
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateClob(int, java.io.Reader)
         */
public void updateClob(int columnIndex, Reader reader) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader, long)
         */
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException {
}

/**
         * @see java.sql.ResultSet#updateClob(java.lang.String, java.io.Reader)
         */
public void updateClob(String columnLabel, Reader reader) throws SQLException {
}

public RowId getRowId(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public RowId getRowId(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateRowId(int columnIndex, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateRowId(String columnLabel, RowId x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNString(int columnIndex, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNString(String columnLabel, String nString) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, NClob nClob) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public NClob getNClob(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public NClob getNClob(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public SQLXML getSQLXML(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public SQLXML getSQLXML(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public String getNString(int columnIndex) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public String getNString(String columnLabel) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(int columnIndex, Reader x, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(int columnIndex, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public void updateNClob(String columnLabel, Reader reader) throws SQLException {
//To change body of implemented methods use File | Settings | File Templates.
}

public <T>T unwrap(Class<T> iface) throws SQLException {
  return null; //To change body of implemented methods use File | Settings | File Templates.
}

public boolean isWrapperFor(Class<? > iface) throws SQLException {
  return false; //To change body of implemented methods use File | Settings | File Templates.
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None