private PreparedStatement createInsertManyAssociationPS( Connection connection,
QNameInfo qNameInfo )
throws SQLException
{
SQLVendor vendor = this.descriptor.metaInfo( SQLVendor.class );
return connection.prepareStatement( vendor.toString( this.createAssoInsert( qNameInfo,
vendor,
AMOUNT_OF_COLUMNS_IN_MANY_ASSO_TABLE ) ) );
}